jQuery("#send").bind("click", function(){ jQuery.ajax({ type: 'post', url: "./js/reservations.php", data: jQuery( "#reservationForm" ).serialize(), success: function( response ){ // ....... } }); return false; });