use ajax for laravel 4.x , code
$('#button').click(function(e){
$.ajax({
method:'post',
url:'test',
data:datas,//exists
success:function(data){
},
});
});
but i found it send http request with get,