Side navigation
#1630 closed bug (duplicate)
Opened September 16, 2007 08:30PM UTC
Closed September 18, 2007 02:48PM UTC
$.ajax behaviour change in 1.2
Reported by: | kelye | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2 |
Component: | ajax | Version: | 1.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
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.php?smth=2'
in 1.2 it is sending "action" and "smth" using POST to "mypage.php" .
solved in 1.2.1 (sorry for not searching more in tickets)