Turns out this error was being caused by Joomla!. The Email Cloaking Mambot was inserting javascript that was breaking everything. Turning the Mambot off has solved the problem.
On Feb 29, 12:10 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, I need some help with a website I have recently put online. The > address ishttp://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>