Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

jQuery is undefined error

Status
Not open for further replies.

Enkrypted

Technical User
Sep 18, 2002
663
US
I'm having an issue with this website working properly in IE. It works fine in Firefox. They were having issues with their navigation menu and I was able to get it working how they wanted in FF, but when viewed in IE, it gives the little "Done, but with errors on page" error icon in the lower left. When viewed, it gives the following information:

Message: 'jQuery' is undefined
Line: 15
Char: 1
Code: 0
URI:
After looking into it, the jquery.jcarousel.pack.js file is in that location and in the header.php, there is a call to that script:

Code:
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/jquery.jcarousel.pack.js"></script>

I have even tried updating the jquery itself to the latest 1.4.2 version and still no luck. Does anyone have any input as how to get this working?

Enkrypted
A+
 
I have resolved this issue. For those that might come across this problem someday, make sure the call to jquery is listed above other script references so it loads first.

Enkrypted
A+
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top