[jQuery] JQuery list moving from Google to Zoho?

2010-01-20 Thread Knight, Doug
Hi all, Can someone confirm that this list is moving from Google to Zoho Discussions? With the recent spate of cyber attacks I try to confirm emails like the one I got over the weekend to register at Zoho. Thanks, Doug

[jQuery] Re: post AJAX no response

2009-10-08 Thread Knight, Doug
Hi David, Do you have your call inside a $(document).ready? It may be that in a high bandwidth environment your data loads completely before your call is triggered, whereas in a low bandwidth environment your page has the chance to finish loading before the data makes it to your call. My two c

[jQuery] Re: AJAX: Display raw XML Document

2009-09-16 Thread Knight, Doug
Just my two cents, I have to agree, it would be nice to be able to at a minimum dump the actual XML from the Ajax call. -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Jonathan Sent: Wednesday, September 16, 2009 1:33 PM To: jQuery (E

RE: FW: [jQuery] Re: Newbie: Cannot get .text() to work with IE7

2009-09-10 Thread Knight, Doug
end success function }); // end ajax function }); // end jQuery function Thanks again, Doug -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Brett Ritter Sent: Thursday, Septemb

FW: [jQuery] Re: Newbie: Cannot get .text() to work with IE7

2009-09-10 Thread Knight, Doug
Sure could use some help on this one. Does anyone on the list have any clue why the .text() function works differently between FF and IE7? I've submitted this question for over a week now, and had no suggestions at all. Doug From: Knight, Doug Sent: Tuesday, September 08, 2009 9:40

[jQuery] Re: Newbie: Cannot get .text() to work with IE7

2009-09-08 Thread Knight, Doug
Hi all, I've posted this issue a few times now, and received no response aside from a comment on a typo I had already caught. Is there anything else I need to provide so that someone might take an interest in this issue? I would post a web site where I have the scripts, but where I work I don't

[jQuery] Re: Newbie: Cannot get .text() to work with IE7

2009-09-03 Thread Knight, Doug
: [jQuery] Re: Newbie: Cannot get .text() to work with IE7 Maybe its a problem with you xml: F90 On Wed, Sep 2, 2009 at 08:53, Knight, Doug mailto:dkni...@mitre.org>> wrote: All, I wasn't sure if this got lost in the shuffle of my first post. Does anyone know why the following wor

[jQuery] RE: Newbie: Cannot get .text() to work with IE7

2009-09-02 Thread Knight, Doug
From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Knight, Doug Sent: Monday, August 31, 2009 2:35 PM To: jquery-en@googlegroups.com Subject: [jQuery] Newbie: Cannot get .text() to work with IE7 All, I'm new to jQuery, but not JavaScript. I have the followin

[jQuery] Newbie: Cannot get .text() to work with IE7

2009-08-31 Thread Knight, Doug
All, I'm new to jQuery, but not JavaScript. I have the following really simple html file with jQuery-based JavaScript to open, read and display part of an xml file. It works fine on FF 3.5.2, but does not work on IE7. Am I missing something really simple to make jQuery work on IE7? Any help woul