/ Published in: JavaScript
Expand |
Embed | Plain Text
//Disable: $("#submit-button").attr("disabled", true); //Re-enable: $("#submit-button").removeAttr("disabled");
You need to login to post a comment.
//Disable: $("#submit-button").attr("disabled", true); //Re-enable: $("#submit-button").removeAttr("disabled");
You need to login to post a comment.