Re: [jQuery] Incompatibilities with IE: Selection and Range Object (not jQuery related).

2007-02-24 Thread Abel Tamayo
I'm afraid I can't use jQuery here since I'm not working with DOM elements, but with Range and Selection objects. The difference is that, for example, this selection: naked text a span node part of some other node ... could never be a DOM element or a jQuery element, but rather a range, doc

Re: [jQuery] Incompatibilities with IE: Selection and Range Object (not jQuery related).

2007-02-23 Thread Glen Lipka
I meant the jQuery API. http://www.jquery.com/api or http://www.visualjquery.com or http://jquery.bassistance.de/api-browser/ Actually, the one you want is wrap(), I think. Unless I misunderstood. http://jquery.bassistance.de/api-browser/#wrapString Glen On 2/23/07, Abel Tamayo <[EMAIL PROTEC

Re: [jQuery] Incompatibilities with IE: Selection and Range Object (not jQuery related).

2007-02-23 Thread Abel Tamayo
Could you send me a link to that API? I've been in the MSDN site but it's a mess: first you see a brief description of the object but no API, then you search for it and end up in a page where the navigation menu i

Re: [jQuery] Incompatibilities with IE: Selection and Range Object (not jQuery related).

2007-02-23 Thread Glen Lipka
Couldn't you use the appendTo() function? The API reference example looks just like what you are asking. Glen On 2/23/07, Abel Tamayo <[EMAIL PROTECTED]> wrote: Hi all, I'm trying to create a plugin for jQuery that willlet you edit text in an iFrame like it was a text processor, but I need to

[jQuery] Incompatibilities with IE: Selection and Range Object (not jQuery related).

2007-02-23 Thread Abel Tamayo
Hi all, I'm trying to create a plugin for jQuery that willlet you edit text in an iFrame like it was a text processor, but I need to work with ranges and selections and, while this is extremely easy with W3C compliant browsers, Adapting the work to IE is a real pain. What I need to know is the tra