Help me get parameters send with $.ajax. Thanks
Help me get parameters send with $.ajax. Thanks
I use:
jQuery.ajax({
....
'data': {'
p1
': 'p11111', '
p2
': 'p222222222'},
'success': function(){
//how to get
p1
or
p2
in send data object
}
});
Topic Participants
vyquanghoa
jakecigar