To cancel only the default action by using the preventDefault method.
$("form").bind("submit", function(event){ event.preventDefault(); });