Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Javascript Form Re: Javascript Form

#48923

You could set the button as disabled and then use jQuery to enable it.

$('#submit').attr('disabled', false);

You HTML for the button would then look something like: