[jQuery] Different Namespace Tags

2008-10-13 Thread xunshirine
Hello. I have appended a svg into the html. Now I want to get those svgs in jquery wrapper but I couldnt manage to fin a way. Below is the code. How can I get different namspace tags by jQuery. http://www.w3.org/1999/xhtml"; xmlns:svg="http://www.w3.org/2000/svg";> ht

[jQuery] Re: Xpath in frames

2008-05-31 Thread xunshirine
Hi. Still couldnt find a way to create an on the fly document node for subframes. Just please let me know why $(window.parent.frames[0].document) doesnt return an object in a frameseted document. Thanks in advance. On May 23, 11:14 pm, xunshirine <[EMAIL PROTECTED]> wrote: > Hello. $

[jQuery] Xpath in frames

2008-05-23 Thread xunshirine
Hello. $ function works globally. But I need to use its xpath selector opportunity in subframes of a frameset html. How to reach subframes in a html and use xpath selectors with jquery to get subframe dom nodes? Thanks in advance.