[jQuery] Re: IE XML Parsing problem - newb

2008-05-12 Thread Nav
On the behalf of OP, It works. Thanks.

[jQuery] Re: IE XML Parsing problem - newb

2008-04-19 Thread andrea varnier
On 17 Apr, 21:43, nmadg <[EMAIL PROTECTED]> wrote: > What am I doing wrong!!! Thank you so much for your help. are you working with a local file? IE doesn't like it at all! if this is the case, don't worry, it'll work once the system will be online. otherwise, if you need to use local files anyw

[jQuery] Re: IE XML Parsing problem - newb

2008-04-19 Thread Dmitry Bykadorov
oops. In my case it returns "parsererror" :( On Apr 18, 11:14 pm, nmadg <[EMAIL PROTECTED]> wrote: > It didn't return anything. > > On Apr 18, 12:27 am, Dmitry Bykadorov <[EMAIL PROTECTED]> > wrote: > > > I have some problem in IE (http://groups.google.com/group/jquery-en/ > > browse_thread/thre

[jQuery] Re: IE XML Parsing problem - newb

2008-04-18 Thread nmadg
It didn't return anything. On Apr 18, 12:27 am, Dmitry Bykadorov <[EMAIL PROTECTED]> wrote: > I have some problem in IE (http://groups.google.com/group/jquery-en/ > browse_thread/thread/dad0aabfe9361fb6?hl=en) > > Can you add error handler in your request? Something like this: > > error: function

[jQuery] Re: IE XML Parsing problem - newb

2008-04-18 Thread Dmitry Bykadorov
I have some problem in IE (http://groups.google.com/group/jquery-en/ browse_thread/thread/dad0aabfe9361fb6?hl=en) Can you add error handler in your request? Something like this: error: function(XMLHttpRequest, textStatus, errorThrown){ alert(textStatus); } On Apr 17, 11:56 pm, nmadg <[EMAIL PRO

[jQuery] Re: IE XML Parsing problem - newb

2008-04-17 Thread nmadg
Do I need to add an ActiveXObject. I thought one of the great things about JQuery was you don't need to do browser specific stuff? On Apr 17, 3:43 pm, nmadg <[EMAIL PROTECTED]> wrote: > I swear I'm not blind, I believe I have an original problem. I've been > stuck on it for hours. PLEASE HELP!

[jQuery] Re: IE XML parsing problem

2007-04-10 Thread Marshall Salinger
Thanks for the update John and thanks for the patch Joern! I am now using the latest version and everything is working as expected. -Marshall John Resig wrote: Joern committed a patch for this the other day: http://dev.jquery.com/browser/trunk/plugins/metadata/lib/jQuery/metadata.js I h

[jQuery] Re: IE XML parsing problem

2007-04-10 Thread Diego A.
Joern's patch... if ( this.nodeType == 9 || $.isXMLDoc(this) || this.metaDone ) return; ...is the real thing and I'll go with that. I'll update my blog post and point to the new patch. Thanks John! On Apr 10, 6:27 pm, "John Resig" <[EMAIL PROTECTED]> wrote: > Joern committed a patch for this th

[jQuery] Re: IE XML parsing problem

2007-04-10 Thread John Resig
Joern committed a patch for this the other day: http://dev.jquery.com/browser/trunk/plugins/metadata/lib/jQuery/metadata.js I hope this helps! --John On 4/10/07, Marshall Salinger <[EMAIL PROTECTED]> wrote: Diego A. wrote: > I've been fighting with this bug too and I believe I've found the f

[jQuery] Re: IE XML parsing problem

2007-04-10 Thread Marshall Salinger
Diego A. wrote: I've been fighting with this bug too and I believe I've found the fix. I can't be 100% sure, but I believe the problem was in the jquery.metaData plugin. The fix has worked for me and 2 other people so far... Here is the fix I posted on my blog, hope it helps. And if it does wor

[jQuery] Re: IE XML parsing problem

2007-04-07 Thread Diego A.
y, April 6, 2007 3:54:52 PM > Subject: [jQuery] Re: IE XML parsing problem > > I've been fighting with this bug too and I believe I've found the fix. > I can't be 100% sure, but I believe the problem was in the jquery.metaData > plugin. > The fix has worked for me

[jQuery] Re: IE XML parsing problem

2007-04-06 Thread Ariel Jakobovits
Did you contribute this back to the Metadata community? - Original Message From: Diego A. <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com Sent: Friday, April 6, 2007 3:54:52 PM Subject: [jQuery] Re: IE XML parsing problem I've been fighting with this bug too and I b

[jQuery] Re: IE XML parsing problem

2007-04-06 Thread Diego A.
I've been fighting with this bug too and I believe I've found the fix. I can't be 100% sure, but I believe the problem was in the jquery.metaData plugin. The fix has worked for me and 2 other people so far... Here is the fix I posted on my blog, hope it helps. And if it does work for you, then t