Why Does Binding A Submit Event With `$("#submitbutton").submit(function(){})` Not Work? October 21, 2024 Post a Comment I’m trying to figure out why $('#submitButton').submit(function() {}); is not working. I have this : CopyThen call submit on this id$( document ).ready(function() { $("#myForm").submit(function(){ }); }); Copy Share You may like these postsJquery - Form Submits Before Alertify Receives Confirm Box Value (with Html5)Identifying Main Submit Button For A FormHtml Form Being Submitted Twice Via Submit 'click' TriggerAngularjs: Call The Ng-submit Event Outside The Form Post a Comment for "Why Does Binding A Submit Event With `$("#submitbutton").submit(function(){})` Not Work?"
Post a Comment for "Why Does Binding A Submit Event With `$("#submitbutton").submit(function(){})` Not Work?"