jquery - Prevent submit button with onclick event from submitting - Stack Overflow
I want to prevent a submit button with onclick event from submitting: $j('form#userForm .button').click(function(e) { if ($j("#zip_field").val() > 1000){ $j('form#userForm
stackoverflow.com |