Hello guys, I have a page with a create button with behavior action Submit Page
. I want when click Enter on specific item click create button using jQuery disable it and if there is a server-side validation enable it again ,because when click enter twice while saving process it duplicate data. Show Processing
attribute for submit dynamic action doesn't allow the user to do anything when there is a process but it doesn't prevent click on button using jQuery like this :
$("#create_button").click();
Any help?
Regards
~ Borkan