AlexGrande.com schrieb:
You are binding the submit handler after the form validation succeded. Instead you should run the handler directly, eg. function ajaxForm() { $.ajax({ ... }); }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?
Jörn