I need to disable the disable the submit button on my form and to enable if the onchange event occurs for any other input on the form
so basically I need to:
- disable the submit button
- add a method that enbales the submit button to the onchange event for all the other inputs on the form
任何人都知道如何这样做? (特别是第二)