Changing the URLs didn't work.

And the error only happens on pages where there is no scroll bar, for
example this page (with a scrollbar) works:

http://www.pamelaneil.co.uk/index.php?option=com_content&task=view&id=13&Itemid=33

On Mar 1, 5:55 pm, "Michael Ray" <[EMAIL PROTECTED]> wrote:
> Try not to use absolute paths whenever you can. Try putting a forward slash
> at the beginning of your relative URLs
>
> <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>
>
> On Fri, Feb 29, 2008 at 11:21 AM, Alexandre Plennevaux <[EMAIL PROTECTED]>
> wrote:
>
>
>
>
>
> > try using the absolute path to point to the jquery script ?
> > <script type="text/javascript"
> > src="http://www.pamelaneil.co.uk/templates/pamelaneil/jquery-1.2.3.js
> > "></script>
>
> > On Fri, Feb 29, 2008 at 1: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>
>
> > --
> > Alexandre Plennevaux
> > LAb[au]
>
> >http://www.lab-au.com- Hide quoted text -
>
> - Show quoted text -

Reply via email to