[jQuery] Firefox Only Error..... jQuery is not defined..... jScrollPane.js (line 94)
Hi, I need some help with a website I have recently put online. The
address is http://www.pamelaneil.co.uk. I am using jScrollPane and
everything works fine in IE6 and IE7, but in Firefox the page just
hangs and Firebug shows this error: jQuery is not defined(no name)
()jScrollPane.js (line 94).
Strangely when I run it on localhost it works in Firefox, but on the
live site it doesn't. I'm really stuck, any help or ideas would be
great. Thanks.
Here is the JavaScript I'm using:
<script type="text/javascript" src="templates/pamelaneil/
jquery-1.2.3.js"></script>
<script type="text/javascript" src="templates/pamelaneil/
jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="templates/pamelaneil/
jquery.dimensions.js"></script>
<script type="text/javascript" src="templates/pamelaneil/
jScrollPane.js"></script>
<script>
$(document).ready(function(){
$('.scrollMe').jScrollPane();
});
</script>