Skip to main content

Bug Tracker

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

Attachments (0)
Change History (2)

Changed September 17, 2007 12:04PM UTC by kelye comment:1

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

Changed September 18, 2007 02:48PM UTC by brandon comment:2

resolution: → duplicate
status: newclosed