Had a look at a few methods of moving the cursor around and cant seem to come up with a elegant / working way.
I basicly want to call a line of code to do the following psuedo code.
- Get length of text in editable div
- Set cursor to last letter
e.g.
this is sample text|
cursor set to where | is
How simple is this?
JsFiddle:http://jsfiddle.net/v8agZ/5/
Thanks