I'm trying to handle the submit event of a form element using jQuery. $("form"). bind("submit", function() ...
stackoverflow.com