I\'m trying to handle the submit event of a form element using jQuery.
submit
form
$(\"form\").bind(\"submit\", function() { alert
You need to add OnclientClick to linkbutton
OnClientClick="if(!$('#form1').valid()) return false;"
$(document).ready(function () { $(this).live("submit", function () { console.log("submitted"); } }