[jQuery] Re: jQuery .post function failing in Safari 4.03

2009-09-30 Thread James
Sorry, cannot help. Please leap on your balcony (and video tape it). Just joking. ;) Do you have anymore information on what "the .post fails" mean? The sentence is too vague. Does it make the request and it errors? Or does it not make the request at all? You can use Firebug for Firefox to help

[jQuery] Re: jQuery .post function failing in Safari 4.03

2009-09-30 Thread Matt Critchlow
I would first try putting your function call to reloadWindow() in the complete callback for the $.post function. So your post code would look like: $.post( "includes/update.php", { action: "y" }, reloadWindow); and take out the call to reloadWindow() after updateSession() You may have other bac