I\'m trying to handle the submit event of a form element using jQuery.
submit
form
$(\"form\").bind(\"submit\", function() { alert
$(document).ready(function () { $(this).live("submit", function () { console.log("submitted"); } }