Re: [jQuery] Why would jQuery be undefined in IE, but not FF???

2009-11-22 Thread Olaf Bosch
Rick Faircloth schrieb: What could possibly be the issue? Your META are not closed: meta name = keywordscontent = rent, .. try this: meta name = keywordscontent = rent, . / -- Viele Grüße, Olaf --- olaf.bo...@t-online.de

RE: [jQuery] Why would jQuery be undefined in IE, but not FF???

2009-11-20 Thread Rick Faircloth
Even stranger. I went back to another site where I have the cycle plug-in successfully running on IE and FF to retrieve the versions of jquery core and cycle plug-in that are working. I put those into the site at www.holtzmanrealestate.com and I get the same problem as before.

Re: [jQuery] Why would jQuery be undefined in IE, but not FF???

2009-11-20 Thread Michel Belleville
Well, the most obvious idea that's coming to my mind would be to check wether your jQuery script loader line comes before the plugin's loading line. If not, the code of the plugin, which requires jQuery, will lack jQuery and fail. Michel Belleville 2009/11/20 Rick Faircloth

RE: [jQuery] Why would jQuery be undefined in IE, but not FF???

2009-11-20 Thread Rick Faircloth
Thanks for the reminder on that one, Michel...I checked that to make sure the load sequence was correct, and it is… script type=text/javascript src=js/jquery-1.2.1.pack.js/script script type=text/javascript src=js/jquery.cycle.2.03.pack.js/script Rick

Re: [jQuery] Why would jQuery be undefined in IE, but not FF???

2009-11-20 Thread Michel Belleville
The missing issue mentionned by MorningZ might be your killer then. Michel Belleville 2009/11/20 Rick Faircloth r...@whitestonemedia.com Thanks for the reminder on that one, Michel...I checked that to make sure the load sequence was correct, and it is… script

RE: [jQuery] Why would jQuery be undefined in IE, but not FF???

2009-11-20 Thread Rick Faircloth
Yep…that was it. Thanks for your input, Michel! Rick From: Michel Belleville [mailto:michel.bellevi...@gmail.com] Sent: Friday, November 20, 2009 12:38 PM To: jquery-en@googlegroups.com Subject: Re: [jQuery] Why would jQuery be undefined in IE, but not FF??? The missing issue