jquery-1.3

How to use JQuery AJAX with ASP.net 2.0 ?

I want to use JQuery Ajax with ASP.net 2.0, VS2005. Please help me out.???? ...

jQuery selector problem

Hi! I have this selector: $("table.details tbody tr:not(.details)") But I'm wondering why this inner table gets selected too: <table class="items details"> <thead> <tr> <th style="width: 90%;">Test application</th> <th style="width: 10%;">Sent to test</th> </tr> </thead> <tbody> ...

Jquery tabs & calendar not binding properly

I'm implementing a page jquery tab toggle that loads content from hidden divs on the page. on one of the hidden pages i have a calendar popup (part of the jQuery.UI api. this works find on it's own page but when i add it to a hidden block and then load that block into the visible window i loose the ability for the calendar to pop up co...

jquery firing issue

I am using a function to equalise the height of li tags returned from a database. I am also using jquery to assign certain li new classes dependant on their position in a row. Basocally my problem is that the positioning part of the jquery statement always works but the equal heights part will sometimes not fire, in fact it generally do...

Modifying jQuery ajax request Connection header

I'm trying to modify the Connection header with the following code with no success jQuery.ajax({ url: URL, async: boolVariable, beforeSend: function(xhr) { xhr.setRequestHeader("Connection", "close"); } }) The request headers via Firebug show: Connection keep-alive X-Requested-With XMLHttpRequest...

jQuery: running success in 1.3.2 but not in 1.4.2

Nothing is wrong, as soon as i change the lib to 1.3.2 my on success stuff works just fine? How comes? Not even the alert with TEST appears.. Here's the code this is happening on: function crop() { $.ajax({ type: "POST", dataType: 'json', url:"functions.php?action=crop", data: { ...