Where are you putting this code? Running it on page load will not do much.

Put it into a function and then bind it to all five fields.

jQuery HowTo Resource  -  http://jquery-howto.blogspot.com



On Fri, Jan 9, 2009 at 7:50 PM, Chuk <violinssoundc...@gmail.com> wrote:
>
> Thanks for your suggestions, guys.  I tried replacing != with !==, and
> nothing changed.
> Mike, concerning your suggestions, I'm really not sure what's going
> on.  Is the first one testing to see if each of the fields contains a
> value...and then enabling the submit button?  When I try that approach
> and insert breakpoints using firebug, I see that the script never gets
> executed...even when I fill each field with a value.  When I try the
> second approach, the same thing happens.  I insert the code, insert
> the breakpoint, fill the fields with values, and the script is not
> executed.  Should I put one of those approaches within a .change()
> event for each of the fields?

Reply via email to