Jquery JavaScript DHTML

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