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