$("#myCheckBox").change(function () { $("input[type='submit']").prop("disabled", !this.checked); });
Showing posts with label jQuery. Show all posts
Showing posts with label jQuery. Show all posts
Friday, May 8, 2015
Toggle Enabled State on Submit Button from Checkbox with jQuery
Subscribe to:
Posts (Atom)