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
jQuery is undefined
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: jQuery is undefined
Hi!
Please post your URL so we can see the code.
Regards,
Garvin
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/
# 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/
Re: jQuery is undefined
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
The bizzarre thing is, even with the jQuery error displayed, everything appears to work as it should
Re: jQuery is undefined
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.
But please report back if something regarding jQuery is not working.