[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, scotthaslehurstscotthaslehu...@gmail.com 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

[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

[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 script type=text/javascript src=../../jquery.1.3.2.js/ script script type=text/javascript