On Mar 16, 12:26 pm, Stephen Sadowski wrote:
> How about
> $('#form input,select,radio').change(function() { /* check to see if
> necessary fields are filled out, if so enable submit */}
Hi Stephen, thanks for your suggestion.
The problem with this approach is two-fold:
1) This requires u
Hey,
How about
$('#form input,select,radio').change(function() { /* check to see if
necessary fields are filled out, if so enable submit */}
You do have some load for each change on a field, but it would keep the
user from being able to submit and validate until you're ready for them
to do so.
2 matches
Mail list logo