> Ahh, that explains it. There isn't a submit button on the form. I have an
> image that triggers the validation.
>
> So... is there a way to get the form to submit without that. Perhaps I
> should have a hidden submit button?
You don't *have* to have a submit button on the form, but you really
should. What if javascript is disabled? You still want the form to
work, right?
You can use your image as a submit element if you like:
<input type="image" src="myImage.gif" />
> Unfortunately that doesn't work either. In firebug I get:
> $("#login")[0].submit is not a function
Can you post your code?
Mike
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/