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. :-)
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. :-)
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.