Possible Duplicate:
How to move cursor to end of contenteditable entity
How do I move the cursor to the end of a contenteditable div? I only need a solution that works in webkit, I dont care about ie or ff here. The shorter, the better. :-)
How do I move the cursor to the end of a contenteditable div? I only need a solution that works in webkit, I dont care about ie or ff here. The shorter, the better. :-) |
|||||||||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
The first answer you looked at will work for a textarea, but not for a contenteditable element. This solution is for moving the caret to the end of a contenteditable element. |
|||||
|
|