[jQuery] Re: Using google CDN for jQuery causing problems

2009-10-21 Thread jitu
Strange I am using Firefox and once I deleted the cache, now it works fine and I am able to use the link to the minified version. Thanks jitu On Oct 21, 7:24 pm, jitu wrote: > Karl , this did work for me previously ,  but  the problem started > today  and it started giving me  "jQuery undef

[jQuery] Re: Using google CDN for jQuery causing problems

2009-10-21 Thread jitu
Karl , this did work for me previously , but the problem started today and it started giving me "jQuery undefined" Error. I changed the link to point to the NON-minified version and it works fine. I checked the minified link again and right now it is not even accessible. Thanks Regards jitu

[jQuery] Re: Using google CDN for jQuery causing problems

2009-10-21 Thread Karl Swedberg
On Oct 21, 2009, at 7:56 AM, waseem sabjee wrote: I would suggest only using a CDN to store media files like images / videos etc. scripts would perform a lot better if you ran them locally. That's not necessarily true. On Wed, Oct 21, 2009 at 11:06 AM, jitu wrote: Using the minified v

[jQuery] Re: Using google CDN for jQuery causing problems

2009-10-21 Thread waseem sabjee
I would suggest only using a CDN to store media files like images / videos etc.scripts would perform a lot better if you ran them locally. I used to run the jquery script remotely before, however i sometimes used to get draggy animation so i just downloaded the script and worked local. On Wed, Oc