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. 'jQuery

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 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
@googlegroups.com Subject: Re: [jQuery] Why would jQuery be undefined in IE, but not FF??? Well, the most obvious idea that's coming to my mind would be to check wether your jQuery loader line comes before the plugin's loading line. If not, the code of the plugin, which requires jQuery, will l

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

2009-11-20 Thread Michel Belleville
"js/jquery-1.2.1.pack.js"> > > src="js/jquery.cycle.2.03.pack.js"> > > > > Rick > > > > *From:* Michel Belleville [mailto:michel.bellevi...@gmail.com] > *Sent:* Friday, November 20, 2009 12:29 PM > > *To:* jquery-en@g

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 > is

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: http://olaf-bosch.de/ http://ohorn.info/ http://www.akitafreund.de/ ---