[jQuery] Re: jQuery tabs - anyway to fire the script prior to onload?

2008-12-10 Thread Illah
Yes, definitely a lot of KBs, but when developing we had the debate on whether to compromise on the visuals and features to improve load times. Ultimately we felt the visuals are more important than the text, so we made the call. I think those on a slower connection are used to a little lag time

[jQuery] Re: jQuery tabs - anyway to fire the script prior to onload?

2008-12-10 Thread Illah
>         jQuery.noConflict(); >         jQuery('#latest > ul').tabs({ fx: { opacity: 'toggle' } }); >         jQuery('#carousel > ul').tabs({ fx: { opacity: 'show' } }).tabs > ('rotate', 4000); >   > > --Klaus > > On 8 Dez.

[jQuery] jQuery tabs - anyway to fire the script prior to onload?

2008-12-08 Thread Illah
I use jQuery tabs for a carousel (see link below) but the problem is the script doesn't fire until the page is fully loaded. On slower connections, or depending on if my ad network is piping through giant ads, this can make for some long, awkward moments when all the divs are revealed until the s

[jQuery] Re: jQuery tabs - anyway to fire the script prior to onload?

2008-12-08 Thread Illah
Forgot the link: http://www.grooveeffect.com/ On Dec 8, 10:31 am, Illah <[EMAIL PROTECTED]> wrote: > I use jQuery tabs for a carousel (see link below) but the problem is > the script doesn't fire until the page is fully loaded.  On slower > connections, or depending on

[jQuery] jQuery Tabs - Sync rotation with a 'loader' animation?

2008-07-13 Thread Illah
me. With other browsers...not as much :-) The animation starts when the GIF loads and isn't tied to the script at all. Is there a way to fix this? Maybe set the GIF load on each tab to be dynamic so it loads/starts only when shown? Thanks! --Illah

[jQuery] Re: Optimizing jQuery Tabs - improving load time

2008-06-16 Thread Illah
e plugin right away to your HTML: > > ... > > ... > > And in case you want to keep your panels hidden: > > ... > > --Klaus > > On 14 Jun., 06:12, Illah <[EMAIL PROTECTED]> wrote: > > > Thanks for the feedback...so I guess I was correct in my assump

[jQuery] Re: Optimizing jQuery Tabs - improving load time

2008-06-14 Thread Illah
27;d almost rather a short pause up front than repetitive image load. Is there a way to prevent it from waiting for images to load, or to maybe put a 1px GIF in there to trick the script into thinking it has loaded already? --Illah On Jun 13, 5:49 pm, Joe <[EMAIL PROTECTED]> wrote: &

[jQuery] Re: Optimizing jQuery Tabs - improving load time

2008-06-14 Thread Illah
27;d almost rather a short pause up front than repetitive image load. Is there a way to prevent it from waiting for images to load, or to maybe put a 1px GIF in there to trick the script into thinking it has loaded already? --Illah On Jun 13, 5:49 pm, Joe <[EMAIL PROTECTED]> wrote: &

[jQuery] Optimizing jQuery Tabs - improving load time

2008-06-13 Thread Illah
at? As far as I can tell, the script is waiting for all the content to load before tab- ifying the content...can I force it to simply put everything into tabs whether loaded or not? If not, I'd be happy simply hiding all but the first tab until the rest load up. Thanks! --Illah