Can I bind anything to submit button? If yes how to do it?
|
feedback
|
|
You can bind to the JavaScript submit event:
This binds not to the submit button but to the submit event of the form (that hopefully contains the button). | |||||
feedback
|
|
Just use regular button
| |||||
feedback
|