Re: [jQuery] Jquery does not work in IE8

2009-12-17 Thread Karl Swedberg
If I view source on the detail frame, I see that you're referring to  
the $ function before you load the jQuery file. Put the script element  
that loads jQuery before your other script and see if that helps.


--Karl


Karl Swedberg
www.englishrules.com
www.learningjquery.com




On Dec 17, 2009, at 4:26 AM, blueshift wrote:


Jquery-1.3.2. runs fine in Safari and Firefox. In IE8 (using the
Developer Tools), I get the error: "Could not get the position
property. Invalid argument jquery-1.3.2.js, line 12 character 12949".
Using debugging, the script highlights the characters {J[G]=K}.

I have no idea what this does, but it seems to cause the problem! The
result is when a thumbnail image is clicked in one of my galleries,
the image does not open in IE8. If anyone understands this or how to
correct it, I'd be very grateful!

See the problem in action (or not) on my website: www.blueshiftgallery.com
(click on a gallery to open the thumbnails).

Many thanks!




[jQuery] Jquery does not work in IE8

2009-12-17 Thread blueshift
Jquery-1.3.2. runs fine in Safari and Firefox. In IE8 (using the
Developer Tools), I get the error: "Could not get the position
property. Invalid argument jquery-1.3.2.js, line 12 character 12949".
Using debugging, the script highlights the characters {J[G]=K}.

I have no idea what this does, but it seems to cause the problem! The
result is when a thumbnail image is clicked in one of my galleries,
the image does not open in IE8. If anyone understands this or how to
correct it, I'd be very grateful!

See the problem in action (or not) on my website: www.blueshiftgallery.com
(click on a gallery to open the thumbnails).

Many thanks!