Google Mail Kalender Text & Tabellen Reader Web Mehr »
Kürzlich besuchte Gruppen | Hilfe | Anmelden
Google Groups-Startseite
Why would jQuery be undefined in IE, but not FF???
Gegenwärtig gibt es mehrere Themen in dieser Gruppe, die zuerst angezeigt werden sollen. Damit dieses Thema zuerst angezeigt werden kann, muss diese Option bei einem anderen Thema entfernt werden.
Bei der Bearbeitung Ihrer Anfrage ist ein Fehler aufgetreten. Versuchen Sie es erneut.
Kennzeichnen
  11 Nachrichten - Alle ausblenden  -  Alles übersetzen in die Sprache: Übersetzt (alle Originale anzeigen)
Bei der Gruppe, für die Sie eine Mitteilung verfassen, handelt es sich um eine Usenet-Gruppe. Wenn Sie in dieser Gruppe Nachrichten posten, ist Ihre E-Mail-Adresse für jeden im Internet sichtbar
Ihre Antwort wurde nicht gesendet.
Die Nachricht wurde übermittelt.
 
Von:
An:
Cc:
Nachtrag zu:
Cc hinzufügen | Nachtrag hinzufügen zu | Betreff bearbeiten
Betreff:
Bestätigung:
Geben Sie zur Bestätigung die im folgenden Bild angezeigten Zeichen oder die durchgesagten Zahlen ein, indem Sie auf das Eingabesymbol klicken. Hören Sie zu und geben Sie die gehörten Zahlen ein
 
Rick Faircloth  
Profil anzeigen   Übersetzen in die Sprache: Übersetzt (Original anzeigen)
 Weitere Optionen 20 Nov. 2009, 17:35
Von: "Rick Faircloth" <R...@WhiteStoneMedia.com>
Datum: Fri, 20 Nov 2009 11:35:59 -0500
Lokal: Fr. 20 Nov. 2009 17:35
Betreff: 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, it worked fine in IE and FF.

Now, however, the code only works in FF.  IE7 & IE8 (at a minimum),

return the error messages:

'jQuery' is undefined

jquery.cycle.all.2.65.min.js (line 16)

Line 16 refers to the first line of code in jquery.cycle.all.2.65.min.js,
that starts:

;(function($){var
ver="2.65";if($.support==undefined){$.support={opacity:!($.browser.msie)};} f
unction log(){if(window.console&&window.console.log){ etc.

The next error message returned by IE is:

'jQuery' is undefined

www.holtzmanrealestate.com (line 85)

That's referencing this code on index.cfm:

                <script type="text/javascript">

                                $(document).ready(function(){

                                                $('#photoMontage').cycle({

                                                                fx: 'fade',

                                                                speed: 2000,

                                                                timeout:
6000

                                                });

                                });

                </script>

Again, this code works fine in FF and did in IE when I first wrote the code

and created the site.

The HTML looks like this for the photos cycling:

                <div id="photoMontage">

                                <img src="graphics/rotation_01.jpg"
width="860" height="425" />

                                <img src="graphics/rotation_02.jpg"
width="860" height="425" />

                                <img src="graphics/rotation_03.jpg"
width="860" height="425" />                          

                </div>

In IE, the first photo above shows, then nothing else happens except the
error

message in the lower right corner of the browser window.

Anyone know of anything that could be happening to cause this?

Thanks,

Rick

--------------------------------------------------------------------------- -
---------------------------------------

"Those who hammer their guns into plows will plow for those who do not."  -
Thomas Jefferson


    Weiterleiten  
Sie müssen sich anmelden, bevor Sie Nachrichten veröffentlichen können.
Bevor Sie eine Nachricht posten können, müssen Sie zunächst dieser Gruppe beitreten.
Bitte aktualisieren Sie vor dem Posten in den Abonnementeinstellungen Ihren Spitznamen.
Sie haben nicht die erforderliche Berechtigung zum Posten.
Rick Faircloth  
Profil anzeigen   Übersetzen in die Sprache: Übersetzt (Original anzeigen)
 Weitere Optionen 20 Nov. 2009, 18:16
Von: "Rick Faircloth" <R...@WhiteStoneMedia.com>
Datum: Fri, 20 Nov 2009 12:16:38 -0500
Lokal: Fr. 20 Nov. 2009 18:16
Betreff: RE: [jQuery] Why would jQuery be undefined in IE, but not FF???

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' is undefined (line 10 of jquery.cycle.2.03.pack.js)

and
'jQuery' is undefined (line 90 www.holtzmanrealestate.com, which refers to
the

cycle plug-in script as defined below.)

What could possibly be the issue?

Rick

From: Rick Faircloth [mailto:R...@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.

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:

'jQuery' is undefined

jquery.cycle.all.2.65.min.js (line 16)

Line 16 refers to the first line of code in jquery.cycle.all.2.65.min.js,
that starts:

;(function($){var
ver="2.65";if($.support==undefined){$.support={opacity:!($.browser.msie)};} f
unction log(){if(window.console&&window.console.log){ etc.

The next error message returned by IE is:

'jQuery' is undefined

www.holtzmanrealestate.com (line 85)

That's referencing this code on index.cfm:

                <script type="text/javascript">

                                $(document).ready(function(){

                                                $('#photoMontage').cycle({

                                                                fx: 'fade',

                                                                speed: 2000,

                                                                timeout:
6000

                                                });

                                });

                </script>

Again, this code works fine in FF and did in IE when I first wrote the code

and created the site.

The HTML looks like this for the photos cycling:

                <div id="photoMontage">

                                <img src="graphics/rotation_01.jpg"
width="860" height="425" />

                                <img src="graphics/rotation_02.jpg"
width="860" height="425" />

                                <img src="graphics/rotation_03.jpg"
width="860" height="425" />                          

                </div>

In IE, the first photo above shows, then nothing else happens except the
error

message in the lower right corner of the browser window.

Anyone know of anything that could be happening to cause this?

Thanks,

Rick

--------------------------------------------------------------------------- -
---------------------------------------

"Those who hammer their guns into plows will plow for those who do not."  -
Thomas Jefferson


    Weiterleiten  
Sie müssen sich anmelden, bevor Sie Nachrichten veröffentlichen können.
Bevor Sie eine Nachricht posten können, müssen Sie zunächst dieser Gruppe beitreten.
Bitte aktualisieren Sie vor dem Posten in den Abonnementeinstellungen Ihren Spitznamen.
Sie haben nicht die erforderliche Berechtigung zum Posten.
Michel Belleville  
Profil anzeigen   Übersetzen in die Sprache: Übersetzt (Original anzeigen)
 Weitere Optionen 20 Nov. 2009, 18:28
Von: Michel Belleville <michel.bellevi...@gmail.com>
Datum: Fri, 20 Nov 2009 18:28:57 +0100
Lokal: Fr. 20 Nov. 2009 18:28
Betreff: 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 and fail.

Michel Belleville

2009/11/20 Rick Faircloth <R...@whitestonemedia.com>


    Weiterleiten  
Sie müssen sich anmelden, bevor Sie Nachrichten veröffentlichen können.
Bevor Sie eine Nachricht posten können, müssen Sie zunächst dieser Gruppe beitreten.
Bitte aktualisieren Sie vor dem Posten in den Abonnementeinstellungen Ihren Spitznamen.
Sie haben nicht die erforderliche Berechtigung zum Posten.
MorningZ  
Profil anzeigen   Übersetzen in die Sprache: Übersetzt (Original anzeigen)
 Weitere Optionen 20 Nov. 2009, 18:30
Von: MorningZ <morni...@gmail.com>
Datum: Fri, 20 Nov 2009 09:30:30 -0800 (PST)
Lokal: Fr. 20 Nov. 2009 18:30
Betreff: Re: Why would jQuery be undefined in IE, but not FF???
http://www.holtzmanrealestate.com/

One issue right away seen by doing a "view source" is that you are not
closing the tag:

<meta name = "keywords"

which happens to be the line right before the jquery (1.2.1 ??)
include....   that would definitely be an issue... one that perhaps
Firefox can get by, but apparently not the case with IE


    Weiterleiten  
Sie müssen sich anmelden, bevor Sie Nachrichten veröffentlichen können.
Bevor Sie eine Nachricht posten können, müssen Sie zunächst dieser Gruppe beitreten.
Bitte aktualisieren Sie vor dem Posten in den Abonnementeinstellungen Ihren Spitznamen.
Sie haben nicht die erforderliche Berechtigung zum Posten.
Rick Faircloth  
Profil anzeigen   Übersetzen in die Sprache: Übersetzt (Original anzeigen)
 Weitere Optionen 20 Nov. 2009, 18:34
Von: "Rick Faircloth" <R...@WhiteStoneMedia.com>
Datum: Fri, 20 Nov 2009 12:34:19 -0500
Lokal: Fr. 20 Nov. 2009 18:34
Betreff: RE: [jQuery] Why would jQuery be undefined in IE, but not FF???

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

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 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 <R...@whitestonemedia.com>

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’ is undefined (line 10 of jquery.cycle.2.03.pack.js)

and
‘jQuery’ is undefined (line 90 www.holtzmanrealestate.com, which refers to the

cycle plug-in script as defined below.)

What could possibly be the issue?

Rick

From: Rick Faircloth [mailto:R...@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.

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:

‘jQuery’ is undefined

jquery.cycle.all.2.65.min.js (line 16)

Line 16 refers to the first line of code in jquery.cycle.all.2.65.min.js, that starts:

;(function($){var ver="2.65";if($.support==undefined){$.support={opacity:!($.browser.msie)};} function log(){if(window.console&&window.console.log){ etc…

The next error message returned by IE is:

‘jQuery’ is undefined

www.holtzmanrealestate.com (line 85)

That’s referencing this code on index.cfm:

                <script type="text/javascript">

                                $(document).ready(function(){

                                                $('#photoMontage').cycle({

                                                                fx: 'fade',

                                                                speed: 2000,

                                                                timeout: 6000

                                                });

                                });

                </script>

Again, this code works fine in FF and did in IE when I first wrote the code

and created the site.

The HTML looks like this for the photos cycling:

                <div id="photoMontage">

                                <img src="graphics/rotation_01.jpg" width="860" height="425" />

                                <img src="graphics/rotation_02.jpg" width="860" height="425" />

                                <img src="graphics/rotation_03.jpg" width="860" height="425" />                          

                </div>

In IE, the first photo above shows, then nothing else happens except the error

message in the lower right corner of the browser window.

Anyone know of anything that could be happening to cause this?

Thanks,

Rick

--------------------------------------------------------------------------- ----------------------------------------

"Those who hammer their guns into plows will plow for those who do not."  - Thomas Jefferson


    Weiterleiten  
Sie müssen sich anmelden, bevor Sie Nachrichten veröffentlichen können.
Bevor Sie eine Nachricht posten können, müssen Sie zunächst dieser Gruppe beitreten.
Bitte aktualisieren Sie vor dem Posten in den Abonnementeinstellungen Ihren Spitznamen.
Sie haben nicht die erforderliche Berechtigung zum Posten.
Michel Belleville  
Profil anzeigen   Übersetzen in die Sprache: Übersetzt (Original anzeigen)
 Weitere Optionen 20 Nov. 2009, 18:38
Von: Michel Belleville <michel.bellevi...@gmail.com>
Datum: Fri, 20 Nov 2009 18:38:12 +0100
Lokal: Fr. 20 Nov. 2009 18:38
Betreff: Re: [jQuery] Why would jQuery be undefined in IE, but not FF???

The missing > issue mentionned by MorningZ might be your killer then.

Michel Belleville

2009/11/20 Rick Faircloth <R...@whitestonemedia.com>


    Weiterleiten  
Sie müssen sich anmelden, bevor Sie Nachrichten veröffentlichen können.
Bevor Sie eine Nachricht posten können, müssen Sie zunächst dieser Gruppe beitreten.
Bitte aktualisieren Sie vor dem Posten in den Abonnementeinstellungen Ihren Spitznamen.
Sie haben nicht die erforderliche Berechtigung zum Posten.
Rick Faircloth  
Profil anzeigen   Übersetzen in die Sprache: Übersetzt (Original anzeigen)
 Weitere Optionen 20 Nov. 2009, 18:40
Von: "Rick Faircloth" <R...@WhiteStoneMedia.com>
Datum: Fri, 20 Nov 2009 12:40:28 -0500
Lokal: Fr. 20 Nov. 2009 18:40
Betreff: RE: [jQuery] Re: Why would jQuery be undefined in IE, but not FF???
Nice catch, Z!

That was the problem.

I never even thought to check that.

Thanks!  My weekend will be much better without that
continuing irritation!

Rick


    Weiterleiten  
Sie müssen sich anmelden, bevor Sie Nachrichten veröffentlichen können.
Bevor Sie eine Nachricht posten können, müssen Sie zunächst dieser Gruppe beitreten.
Bitte aktualisieren Sie vor dem Posten in den Abonnementeinstellungen Ihren Spitznamen.
Sie haben nicht die erforderliche Berechtigung zum Posten.
Rick Faircloth  
Profil anzeigen   Übersetzen in die Sprache: Übersetzt (Original anzeigen)
 Weitere Optionen 20 Nov. 2009, 18:43
Von: "Rick Faircloth" <R...@WhiteStoneMedia.com>
Datum: Fri, 20 Nov 2009 12:43:21 -0500
Lokal: Fr. 20 Nov. 2009 18:43
Betreff: RE: [jQuery] Why would jQuery be undefined in IE, but not FF???

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

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 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 <R...@whitestonemedia.com>

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’ is undefined (line 10 of jquery.cycle.2.03.pack.js)

and
‘jQuery’ is undefined (line 90 www.holtzmanrealestate.com, which refers to the

cycle plug-in script as defined below.)

What could possibly be the issue?

Rick

From: Rick Faircloth [mailto:R...@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.

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:

‘jQuery’ is undefined

jquery.cycle.all.2.65.min.js (line 16)

Line 16 refers to the first line of code in jquery.cycle.all.2.65.min.js, that starts:

;(function($){var ver="2.65";if($.support==undefined){$.support={opacity:!($.browser.msie)};} function log(){if(window.console&&window.console.log){ etc…

The next error message returned by IE is:

‘jQuery’ is undefined

www.holtzmanrealestate.com (line 85)

That’s referencing this code on index.cfm:

                <script type="text/javascript">

                                $(document).ready(function(){

                                                $('#photoMontage').cycle({

                                                                fx: 'fade',

                                                                speed: 2000,

                                                                timeout: 6000

                                                });

                                });

                </script>

Again, this code works fine in FF and did in IE when I first wrote the code

and created the site.

The HTML looks like this for the photos cycling:

                <div id="photoMontage">

                                <img src="graphics/rotation_01.jpg" width="860" height="425" />

                                <img src="graphics/rotation_02.jpg" width="860" height="425" />

                                <img src="graphics/rotation_03.jpg" width="860" height="425" />                          

                </div>

In IE, the first photo above shows, then nothing else happens except the error

message in the lower right corner of the browser window.

Anyone know of anything that could be happening to cause this?

Thanks,

Rick

--------------------------------------------------------------------------- ----------------------------------------

"Those who hammer their guns into plows will plow for those who do not."  - Thomas Jefferson


    Weiterleiten  
Sie müssen sich anmelden, bevor Sie Nachrichten veröffentlichen können.
Bevor Sie eine Nachricht posten können, müssen Sie zunächst dieser Gruppe beitreten.
Bitte aktualisieren Sie vor dem Posten in den Abonnementeinstellungen Ihren Spitznamen.
Sie haben nicht die erforderliche Berechtigung zum Posten.
MorningZ  
Profil anzeigen   Übersetzen in die Sprache: Übersetzt (Original anzeigen)
 Weitere Optionen 20 Nov. 2009, 20:04
Von: MorningZ <morni...@gmail.com>
Datum: Fri, 20 Nov 2009 11:04:46 -0800 (PST)
Lokal: Fr. 20 Nov. 2009 20:04
Betreff: Re: Why would jQuery be undefined in IE, but not FF???

> I never even thought to check that.

Firefox's "View Source" highlighted that line in red

    Weiterleiten  
Sie müssen sich anmelden, bevor Sie Nachrichten veröffentlichen können.
Bevor Sie eine Nachricht posten können, müssen Sie zunächst dieser Gruppe beitreten.
Bitte aktualisieren Sie vor dem Posten in den Abonnementeinstellungen Ihren Spitznamen.
Sie haben nicht die erforderliche Berechtigung zum Posten.
Rick Faircloth  
Profil anzeigen   Übersetzen in die Sprache: Übersetzt (Original anzeigen)
 Weitere Optionen 20 Nov. 2009, 21:44
Von: "Rick Faircloth" <R...@WhiteStoneMedia.com>
Datum: Fri, 20 Nov 2009 15:44:12 -0500
Lokal: Fr. 20 Nov. 2009 21:44
Betreff: RE: [jQuery] Re: Why would jQuery be undefined in IE, but not FF???
Really...I didn't realize it would point out syntax errors like that.

Good to know...

Thanks!

Rick

-----Original Message-----
From: MorningZ [mailto:morni...@gmail.com]
Sent: Friday, November 20, 2009 2:05 PM
To: jQuery (English)
Subject: [jQuery] Re: Why would jQuery be undefined in IE, but not FF???

> I never even thought to check that.

Firefox's "View Source" highlighted that line in red

    Weiterleiten  
Sie müssen sich anmelden, bevor Sie Nachrichten veröffentlichen können.
Bevor Sie eine Nachricht posten können, müssen Sie zunächst dieser Gruppe beitreten.
Bitte aktualisieren Sie vor dem Posten in den Abonnementeinstellungen Ihren Spitznamen.
Sie haben nicht die erforderliche Berechtigung zum Posten.
Olaf Bosch  
Profil anzeigen   Übersetzen in die Sprache: Übersetzt (Original anzeigen)
 Weitere Optionen 20 Nov. 2009, 18:33
Von: Olaf Bosch <olaf.bo...@t-online.de>
Datum: Fri, 20 Nov 2009 18:33:17 +0100
Lokal: Fr. 20 Nov. 2009 18:33
Betreff: Re: [jQuery] Why would jQuery be undefined in IE, but not FF???
Rick Faircloth schrieb:

> What could possibly be the issue?

Your META are not closed:
<meta name = "keywords"    content = "rent, ..........

try this:

<meta name = "keywords"    content = "rent, ..... />

--
Viele Gr e, Olaf

-----------------------------------
olaf.bo...@t-online.de
http://olaf-bosch.de/
http://ohorn.info/
http://www.akitafreund.de/
-----------------------------------


    Weiterleiten  
Sie müssen sich anmelden, bevor Sie Nachrichten veröffentlichen können.
Bevor Sie eine Nachricht posten können, müssen Sie zunächst dieser Gruppe beitreten.
Bitte aktualisieren Sie vor dem Posten in den Abonnementeinstellungen Ihren Spitznamen.
Sie haben nicht die erforderliche Berechtigung zum Posten.
Ende der Nachrichten
« Zurück zu Diskussionen « Neueres Thema     Älteres Thema »

Eine Gruppe erstellen - Google Groups - Google-Startseite - Nutzungsbedingungen - Datenschutzbestimmungen
©2010 Google