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.ph
hello.
i've noticed a modification in $.ajax() function.
with this call
$.ajax({
type: "POST",
url: 'mypage.php?smth=2',
data: "action=action",
dataType: 'json',
success: function(){
}
})
previous to 1.2 the function call was sending "action" using
2 matches
Mail list logo