[jQuery] Re: order of ajax calls

2009-07-21 Thread Naveen
You can move the dependent calls into separate functions. Then in callback function of first call, trigger the second call. $.getJSON(blah, function(firstCallBack){ do your stuff ... callNextJSON();}) function callNextJSON(){ $.getJSON(..);} -Original Message- From:

[jQuery] Re: jQuery + jCarousel Picture Gallery working fine in Firefox but not in IE

2008-06-05 Thread Naveen
Solved. Thanks. Naveen On Jun 4, 11:54 pm, Naveen [EMAIL PROTECTED] wrote: Hi, I'm trying to make a picture gallery using jCarousel (http://sorgalla.com/projects/jcarousel/) and other jQuery features, powered by Perl/CGI and XML at the backend. The initial version of the gallery athttp

[jQuery] jQuery + jCarousel Picture Gallery working fine in Firefox but not in IE

2008-06-04 Thread Naveen
(insh);}).fadeIn(2000); // }); } So what is the problem with the above function? And how should I rewrite the $.ajax portion above so that IE doesn't go blank? Thanks. Naveen

[jQuery] Re: jqModal + Form plugin - Page is reloading in Firefox on form submit, IE works perfect

2008-04-17 Thread Naveen
On Apr 17, 1:00 am, Christoph Haas [EMAIL PROTECTED] wrote: On Dienstag, 15. April 2008, Naveen wrote: I've tried a million workarounds for this, but it just doesn't seem to work in Firefox! I fire up a jqModal login box which is calling a separate html page, which connects to a php

[jQuery] jqModal + Form plugin - Page is reloading in Firefox on form submit, IE works perfect

2008-04-15 Thread Naveen
=submit value=LOGIN/ span -- /div /form div id=loading style=display:none img src=images/8-0.gifbrSigning In /div div id=res /div Any pointers would be great. Thanks, Naveen

[jQuery] jqModal + Form plugin - Page is reloading in Firefox on form submit, IE works perfect

2008-04-15 Thread Naveen
. Thanks, Naveen