Page 1 of 1

jQuery is undefined

Posted: Wed Jul 28, 2010 10:57 pm
by evanslee
I keep getting jQuery is undefined, even though I have enabled the plugin in the admin area to make it available to other plugins.

When i load the blog, i do see the jQuery link at the top of the source code in the header section...

Not sure where this error is coming from

Searching the code i fine jQuery in 3 seperate places, i have checked that the file exists and it does...

Lee

Re: jQuery is undefined

Posted: Thu Jul 29, 2010 12:59 pm
by garvinhicking
Hi!

Please post your URL so we can see the code.

Regards,
Garvin

Re: jQuery is undefined

Posted: Fri Jul 30, 2010 11:21 am
by evanslee
I cant do atm, as it is only running on localhost at the moment behind a firewall

The bizzarre thing is, even with the jQuery error displayed, everything appears to work as it should

Re: jQuery is undefined

Posted: Fri Jul 30, 2010 11:42 am
by onli
That's quite possible and not too bad. Because of the conflicting Javascript-frameworks, jQuery calls $.noConflict(), maybe just a moment too late for something else. If everything is working fine, there is nothing to worry about.

But please report back if something regarding jQuery is not working.