diff --git a/js/jquery.mobile.forms.button.js b/js/jquery.mobile.forms.button.js index 4b404a3e..d87d1879 100644 --- a/js/jquery.mobile.forms.button.js +++ b/js/jquery.mobile.forms.button.js @@ -53,7 +53,7 @@ $.widget( "mobile.button", $.mobile.widget, { .insertBefore( $el ); // Bind to doc to remove after submit handling - $( document ).submit(function(){ + $( document ).one("submit", function(){ $buttonPlaceholder.remove(); $buttonPlaceholder = undefined; });