[jQuery] only one $(document).ready() with IE6?

2008-11-13 Thread Stan McFarland
Hi, Newbie here. I have two JS files, common.js and homepage.js. Both have calls to $(document).ready(). Using FF, both $(document).ready() methods execute, but in IE6, only one does. Is this a known problem? Thanks, Stan McFarland

[jQuery] Re: only one $(document).ready() with IE6?

2008-11-13 Thread Stan McFarland
Swedbergwww.englishrules.comwww.learningjquery.com On Nov 13, 2008, at 11:48 AM, Stan McFarland wrote: Hi, Newbie here.  I have two JS files, common.js and homepage.js.  Both have calls to $(document).ready().  Using FF, both $(document).ready() methods execute, but in IE6, only one does.  Is this a known problem

[jQuery] Re: only one $(document).ready() with IE6?

2008-11-13 Thread Stan McFarland
in it that only IE reports as an error, such as a   trailing comma after the last object property. --Karl Karl Swedbergwww.englishrules.comwww.learningjquery.com On Nov 13, 2008, at 11:48 AM, Stan McFarland wrote: Hi, Newbie here.  I have two JS files, common.js

[jQuery] Re: newbie struggling with JSON

2008-05-06 Thread Stan McFarland
is provided by using the alert method. -- Josh - Original Message - From: Stan McFarland [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com Sent: Monday, May 05, 2008 2:07 PM Subject: [jQuery] newbie struggling with JSON Hi,  newbie here.   Hoping someone can help

[jQuery] Re: newbie struggling with JSON

2008-05-06 Thread Stan McFarland
.  This will give you better information than is provided by using the alert method. -- Josh - Original Message - From: Stan McFarland [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com Sent: Monday, May 05, 2008 2:07 PM Subject: [jQuery] newbie struggling with JSON Hi

[jQuery] newbie struggling with JSON

2008-05-05 Thread Stan McFarland
(code[0]); }); I always get back:code has no properties Any suggestions? Thanks, Stan McFarland `