AlexGrande.com schrieb:
In IE it works fine but in FF I have to click again to make it go.

Here is the code:

ajax function-
[...]

Any suggestions or hacks?
You are binding the submit handler after the form validation succeded. Instead you should run the handler directly, eg. function ajaxForm() { $.ajax({ ... }); }

Jörn

Reply via email to