> I'm really confused why this isn't working. I need serious help... asap!

Hi Christopher,

You code isn't working because $.ajax is an asynchronous call.  You
invoke it and give it a callback method (success).  That callback
method is invoked whenever the server response is received.  You need
to restructure your code to work in an asynchronous manner.

Mike

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to