You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Firefox 3.6.8 Scrollable (?) no good with jquerytools! Created Sep 5, 2010

This thread is solved

Views: 1174     Replies: 2     Last reply Sep 5, 2010  
You must login first before you can use this feature

er777

Posts: 11

Registered:
Aug 20, 2010

Firefox 3.6.8 Scrollable (?) no good with jquerytools!

Posted: Sep 5, 2010

Hi

Reference file:http://www.erdigitaldesign.com/hrd/home.html

On all other browsers but Mac Firefox 3.6.8, jquerytools
http://cdn.jquerytools.org/1.2.4/full/jquery.tools.min.js"

is fine. But look at this multiple group of errors from firebug:

reference to undefined property A[f]
Line 55

reference to undefined property window.attachEvent
Line 177

reference to undefined property c[d]
Line 215

reference to undefined property a[++e]
Line 50

reference to undefined property a[b]
Line 58

What is going on here? These are a lot of errors for the LATEST version of Firefox Mac!

heikki

Posts: 291

Registered:
Sep 5, 2010

» Firefox 3.6.8 Scrollable (?) no good with jquerytools!

Posted: Sep 5, 2010

Reply to: Firefox 3.6.8 Scrollable (?) no good with jquerytools!, from er777
Your reference page isn't loading jquery or jquery tools atm. Script tags seem to have typo (text-javascript instead of text/javascript).


<script type="text-javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text-javascript" src="http://cdn.jquerytools.org/1.2.4/all/jquery.tools.min.js"></script>

er777

Posts: 11

Registered:
Aug 20, 2010

Firefox 3.6.8

Posted: Sep 5, 2010

Reply to: » Firefox 3.6.8 Scrollable (?) no good with jquerytools!, from heikki
Heikki

Thank you!!

I was looking EVERYWHERE else. It looked fine, but that typo ruined me.

Much appreciated!