jQuery is undefined

Found a bug? Tell us!!
Post Reply
evanslee
Regular
Posts: 28
Joined: Tue Jul 27, 2010 3:21 pm

jQuery is undefined

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: jQuery is undefined

Post by garvinhicking »

Hi!

Please post your URL so we can see the code.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
evanslee
Regular
Posts: 28
Joined: Tue Jul 27, 2010 3:21 pm

Re: jQuery is undefined

Post 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
onli
Regular
Posts: 3044
Joined: Tue Sep 09, 2008 10:04 pm
Contact:

Re: jQuery is undefined

Post 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.
Post Reply