Bug Tracker

Ticket #1630 (closed bug: duplicate)

Opened 15 months ago

Last modified 15 months ago

$.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

Changed 15 months ago by kelye

solved in 1.2.1 (sorry for not searching more in tickets)

Changed 15 months ago by brandon

  • status changed from new to closed
  • resolution set to duplicate
Note: See TracTickets for help on using tickets.