I have a form with a checkbox in it, a textbox and a button. Whenever the button is clicked, it resubmits the form with whatever is in the textBox and checkBox. But whenever the checkBox changes, I also want it to resubmit the form. How can I do this?
Share
You could add a bit of javascript that fires on the checkbox change, the jQuery below would do it –