Why Does Binding A Submit Event With `$("#submitButton").submit(function(){})` Not Work? April 29, 2023 Post a Comment I’m trying to figure out why $('#submitButton').submit(function() {}); is not working. I have this : Copy Then call submit on this id $( document ).ready(function() { $("#myForm").submit(function(){ }); }); Copy Share 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?"