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

better :-)

Reply via email to