Opened 15 years ago
Closed 15 years ago
#1630 closed bug (duplicate)
$.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" .
Change History (2)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
solved in 1.2.1 (sorry for not searching more in tickets)