[jQuery] $.ajax behaviour change in 1.2 ?

2007-09-16 Thread kelye
hello. i've noticed a modification in $.ajax() function. $.ajax({ type: "POST", url: 'mypage.php?smth=2', data: "action=action", dataType: 'json', success: function(){ } }) previous to 1.2 this function was sending "action" using POST to 'mypage.ph

[jQuery] $.ajax() behaviour changed in 1.2 ?

2007-09-16 Thread kelye
hello. i've noticed a modification in $.ajax() function. with this call $.ajax({ type: "POST", url: 'mypage.php?smth=2', data: "action=action", dataType: 'json', success: function(){ } }) previous to 1.2 the function call was sending "action" using