I'm trying to disable the submit button of my form and set the value to "waiting.." after someone clicks.<br><br>In my javascript I'm doing:<br><br>$("#node-form .form-submit")[0].disabled=true
<br><br>However with that added, the form can never be submitted successfully <br>--it throws you back to the form but without any visible errors. (I <br>take it out and it works) <br><br>Any suggestions?