[jQuery] Re: Can't get the selection range from the body.

2008-07-19 Thread Marcus Eby
Thanks Ariel. Marcus On Jul 16, 6:24 pm, Ariel Flesler <[EMAIL PROTECTED]> wrote: > You can access the document object of an iframe with jQuery: >    var doc = $('iframe').contents().get(0); > > That SHOULD be enough. > From there.. you get a bifurcation depending on the browser you're at. > > -

[jQuery] Re: Can't get the selection range from the body.

2008-07-16 Thread Ariel Flesler
You can access the document object of an iframe with jQuery: var doc = $('iframe').contents().get(0); That SHOULD be enough. >From there.. you get a bifurcation depending on the browser you're at. -- Ariel Flesler http://flesler.blogspot.com/ On 15 jul, 22:15, Marcus Eby <[EMAIL PROTECTED]>