Is your request very big for $.getJSON() and you are looking for post alternative in jQuery to send
1 2 3 | $.post( 'action-script.php' , data, function (response) { // handle the response }, 'json' ); |
Cheers!
Is your request very big for $.getJSON() and you are looking for post alternative in jQuery to send
1 2 3 | $.post( 'action-script.php' , data, function (response) { // handle the response }, 'json' ); |
Cheers!