On 3 Feb 2011, at 22:14, Alvaro Carrasco wrote: > Can you post the code? My guess is since ajax calls are typically > asynchronous you have to have the function always return false, and > then have a callback on the ajax code submit the form.
Asynchronous was the problem. Thanks, Avaro (and Chad who send the same privately). The form was posting and changing the page before the script finished processing. I switched form .post() to .ajax() and set async to false and now it works. _______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
