Re: [jQuery] jQuery only works in offline files?!

2009-11-09 Thread wesley.bunton
Matt Quackenbush-2 wrote: I'm going to say that there is about a 99.99% chance that the paths to your CSS and jQuery files are incorrect. That's the odd thing about this. I immediatly thought that as well, since the symptoms are a perfect fit. But I checked and double checked.

Re: [jQuery] jQuery only works in offline files?!

2009-11-09 Thread Michel Belleville
If I were you I would still check the files are accessible through the url you provided in your html hooks (Firebug should help you check that), and if not I would check the permissions are set right and the files at their proper place. Also don't forget if you're using url rewriting, local paths

Re: [jQuery] jQuery only works in offline files?!

2009-11-08 Thread Matt Quackenbush
I'm going to say that there is about a 99.99% chance that the paths to your CSS and jQuery files are incorrect.