$.ajax({ data: { data: data } type: 'post', url: '/url.php', dataType: 'json', success: function(retorno) { } });