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