[jQuery] Re: jquery too long to load

2010-01-02 Thread attilio
the000webhost.com analytics code was definitely the problem, i disabled it and everything is working fine now, thanks!!!

Re: [jQuery] Re: jquery too long to load

2010-01-02 Thread audiofreak9
Looks to me like the www.000webhost.com analytics code is what is slowing the process, not the loading of jQuery. I got waiting for attilio.site50.net and/or www.000webhost.com messages from your site. As I'm sure you know jQuery waits for the entire page to load before it is enacted hence the $(

[jQuery] Re: jquery too long to load

2010-01-02 Thread Corey
Looks to me like the www.000webhost.com analytics code is what is slowing the process, not the loading of jQuery. I got waiting for attilio.site50.net and/or www.000webhost.com messages from your site. As I'm sure you know jQuery waits for the entire page to load before it is enacted hence the $(

[jQuery] Re: jquery too long to load

2010-01-02 Thread Šime Vidas
Well, it is kind of slow... I'm here on vacation so I don't have the tools (firefox plug-ins) to analyze the situation... first, install the HttpFox plug-in and then, look what HTTP requests are made, at what time, in what order, how long they take to be answered if you want your page to seem

[jQuery] Re: jquery too long to load

2010-01-02 Thread attilio
that's exactly where i'm loading it from even though i can hide it using CSS the animations still take a few seconds to load which isn't good in my opinion

[jQuery] Re: jquery too long to load

2010-01-02 Thread Šime Vidas
Well, it depends from which URL your're loading from... this one shoud be pretty fast: http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js Consider hiding the dropdown with CSS... hidden *is* the default state for it, anyway.