[jQuery] Re-Loading jquery function on click

2009-09-22 Thread scotthaslehurst
Hi, Bit of a newb to jquery. I have got a jquery slider effect nestled in some tabs. Each tab has one slider in it. When the page initially loads it loads the effect in the first tab only. On clicking the second tab the function isn't called and remains displayed without the effect. The proble

[jQuery] Re: Loading jQuery - Need a black screen while it loads

2009-08-25 Thread Nathan Bubna
On Mon, Aug 24, 2009 at 10:21 PM, scotthaslehurst wrote: > > Hi, > > That's perfect. Thanks. > > Just to follow up. Is it enough to use just the jquery.loading.js? Or > must I also source the other scripts below that the demo uses? The > documentation is not clear well, i'll have to make that cle

[jQuery] Re: Loading jQuery - Need a black screen while it loads

2009-08-24 Thread scotthaslehurst
Hi, That's perfect. Thanks. Just to follow up. Is it enough to use just the jquery.loading.js? Or must I also source the other scripts below that the demo uses? The documentation is not clear On Aug 25, 11:25 am, Nathan Bubna wrote: > if you used the loading plugin:  http://p

[jQuery] Re: Loading jQuery - Need a black screen while it loads

2009-08-24 Thread Nathan Bubna
if you used the loading plugin: http://plugins.jquery.com/project/loading $.loading(true, {mask:true, maskCss:{background:'#000', opacity:1}}); and when all is ready: $.loading(false); See the demo page for the project to get a feel for more options and also some nice CSS you can use to make

[jQuery] Re: Loading jQuery without blocking

2009-08-07 Thread north
Hi Eric, thanks for your reply. "Using jQuery to backload any additional plugins or scripts can be super useful" - yes, that's why I've been doing for a while now. :) As mentioned, I was primarily playing around with these techniques to see how it goes, and I wish I could have a gotten a bit mo

[jQuery] Re: Loading jQuery without blocking

2009-08-06 Thread Eric Garside
Honestly, I'd load jQuery regularly, and use the getScript function to load the rest of the files after domready. I don't know that you're getting a big performance increase in loading the jquery library in this method, and it is causing an unknown error, which isn't an ideal thing to debug. :P U

[jQuery] Re: loading jquery

2009-01-20 Thread Neil Craig
This link might help http://ajaxpatterns.org/On-Demand_Javascript On Jan 20, 10:39 am, slava wrote: > Hi, > I am loading jQuery from a script inside a page and need to execute > next function right after jQuery loads. What would be the best way to > do this? > So far I have tried using a timer