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:
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+
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+