[jQuery] Re: AJAX GetElementByID problem

2007-09-01 Thread Pops
On Aug 31, 6:38 pm, [EMAIL PROTECTED] wrote: as you suggested and while it does run the alert message, it still fails out on the document.getElementByID in the destination page with the same error: TypeError: document.getElementById(blah1) has no properties Would you be able to paste in

[jQuery] Re: AJAX GetElementByID problem

2007-09-01 Thread happycfer
of your help, -Kevin From: [EMAIL PROTECTED] To: jquery-en@googlegroups.com Subject: [jQuery] Re: AJAX GetElementByID problem Date: Sat, 1 Sep 2007 00:08:22 -0700 On Aug 31, 6:38 pm, [EMAIL PROTECTED] wrote: as you suggested and while it does run the alert message, it still fails

[jQuery] Re: AJAX GetElementByID problem

2007-09-01 Thread Pops
Thanks again for all of your help, -Kevin From: [EMAIL PROTECTED] To: jquery-en@googlegroups.com Subject: [jQuery] Re: AJAX GetElementByID problem Date: Sat, 1 Sep 2007 00:08:22 -0700 On Aug 31, 6:38 pm, [EMAIL PROTECTED] wrote: as you suggested and while it does run the alert message

[jQuery] Re: AJAX GetElementByID problem

2007-09-01 Thread Erik Beeson
/mac), ie Thanks again for all of your help, -Kevin From: [EMAIL PROTECTED] To: jquery-en@googlegroups.com Subject: [jQuery] Re: AJAX GetElementByID problem Date: Sat, 1 Sep 2007 00:08:22 -0700 On Aug 31, 6:38 pm, [EMAIL PROTECTED] wrote: as you suggested and while

[jQuery] Re: AJAX GetElementByID problem

2007-09-01 Thread Pops
appreciate the help with loader code too, that worked great! I tested on FF (pc/mac), ie Thanks again for all of your help, -Kevin From: [EMAIL PROTECTED] To: jquery-en@googlegroups.com Subject: [jQuery] Re: AJAX GetElementByID problem Date: Sat, 1 Sep 2007 00:08:22 -0700

[jQuery] Re: AJAX GetElementByID problem

2007-08-31 Thread Glen Lipka
] To: jquery-en@googlegroups.com Subject: [jQuery] Re: AJAX GetElementByID problem Where is the jQuery? Glen On 8/29/07, *Kevin* [EMAIL PROTECTED] wrote: Hi All, I'm trying to use an ajax call to call a 2nd page which uses a getElementByID to set a div's content on that page. If I just try

[jQuery] Re: AJAX GetElementByID problem

2007-08-30 Thread happycfer
, 29 Aug 2007 10:52:16 -0700 From: [EMAIL PROTECTED] To: jquery-en@googlegroups.com Subject: [jQuery] Re: AJAX GetElementByID problem Where is the jQuery?Glen On 8/29/07, Kevin [EMAIL PROTECTED] wrote: Hi All, I'm trying to use an ajax call to call a 2nd page which uses a getElementByID to set

[jQuery] Re: AJAX GetElementByID problem

2007-08-29 Thread Glen Lipka
Where is the jQuery? Glen On 8/29/07, Kevin [EMAIL PROTECTED] wrote: Hi All, I'm trying to use an ajax call to call a 2nd page which uses a getElementByID to set a div's content on that page. If I just try to call the 2nd page, I get a js error that I can't run the getElementByID