[jQuery] Re: jQuery + HTML namespaces

2008-11-11 Thread ken
Thanks for the input guys. On Thu, Nov 6, 2008 at 5:47 PM, Karl Rudd <[EMAIL PROTECTED]> wrote: > > jQuery doesn't place play well with XML or namespaces, especially in > IE but that's mostly because of IE's ... quirks. Technically HTML > doesn't have namespaces, which probably explains why they

[jQuery] Re: jQuery + HTML namespaces

2008-11-06 Thread Karl Rudd
jQuery doesn't place play well with XML or namespaces, especially in IE but that's mostly because of IE's ... quirks. Technically HTML doesn't have namespaces, which probably explains why they "sort of work sometimes in most browsers". I suggest you use the innerHTML method to insert the code. In

[jQuery] Re: jQuery + HTML namespaces

2008-11-06 Thread Geuis
I have absolutely no idea if this will help with your problem, but check out http://docs.jquery.com/Core/jQuery.noConflict On Nov 6, 2:58 pm, ken <[EMAIL PROTECTED]> wrote: > I've found several instances of people having trouble using jQuery with a > document that implements custom HTML namespa