To cancel a default action and prevent it from bubbling up, return false:
$("form").bind("submit", function() { return false; })