Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

So I'm a total Javascript noob and am hoping someone can help me out with this problem. I have an iOS app with a UIwebview and I want to modify user selected text. Basically I want to modify the range object I get from the selection in Javascript. Here's a diagram.

<div id="div1">
==> I want to move the start range to here
<p>
==> user selection starts here
some text
</p>
<p>some more text</p>
==> I want to move the range end to here
</div>
<div id = "div2">
<p>some other text</p>
==> user selection ends here
<p>yet more text</p>
</div>

Thanks for your help.

share|improve this question
Two sets of HTML (one before the move with selection boundaries marked and one after the move) would be clearer for me, I think. – Tim Down Jul 30 '12 at 15:29

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.