JQuery JavaScript Tutorial

$("form").bind("submit",  function(event){
  event.stopPropagation();
});