21 Jun
2007
21 Jun
'07
11:58 p.m.
I think you want something like $(document).ready( function(){ $("#node-form").submit( function() { $("#node-form .form-submit")[0].disabled=true; return true; } ); } ); I think if you do the disable on the click event you disable the submit event. This way it does the disable as part of the submit. Steve Ringwood Nevets Software