Hi,
I have a form with a save button but if a double click this button, the form is submited two times.
Is ther any kind to disable the double click on the button? or the double submit?
Thanks!
Hi,
I have a form with a save button but if a double click this button, the form is submited two times.
Is ther any kind to disable the double click on the button? or the double submit?
Thanks!
?Code:handler: click(btn) { btn.disable(); processing(); btn.enable(); }
Wes