Ticket #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: | ||
| Needs: | Review |
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
Note: See
TracTickets for help on using
tickets.
