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

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

2009-11-20 Thread Rick Faircloth
Hi, all. Anyone have any idea about this? First time I've seen it. I using Mike Alsup's cycle plug-in to cross fade three photos. When I first set this up, it worked fine in IE and FF. Now, however, the code only works in FF. IE7 IE8 (at a minimum), return the error messages:

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

2009-11-20 Thread Rick Faircloth
, November 20, 2009 11:36 AM To: jquery-en@googlegroups.com Subject: [jQuery] Why would jQuery be undefined in IE, but not FF??? Hi, all. Anyone have any idea about this? First time I've seen it. I using Mike Alsup's cycle plug-in to cross fade three photos. When I first set this up

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

2009-11-20 Thread Michel Belleville
...@whitestonemedia.com] *Sent:* Friday, November 20, 2009 11:36 AM *To:* jquery-en@googlegroups.com *Subject:* [jQuery] Why would jQuery be undefined in IE, but not FF??? Hi, all… Anyone have any idea about this? First time I’ve seen it… I using Mike Alsup’s cycle plug-in to cross fade three photos

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

2009-11-20 Thread Rick Faircloth
From: Michel Belleville [mailto:michel.bellevi...@gmail.com] Sent: Friday, November 20, 2009 12:29 PM To: jquery-en@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

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

2009-11-20 Thread Michel Belleville
:* 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 script loader line comes before the plugin's loading line. If not, the code of the plugin, which requires jQuery, will lack jQuery

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