focusEnd
jQuery extension to set the focus cursor of a text input or contenteditable element at the end of its content
jQuery('textarea').focusEnd();
focusEnd is a small jQuery plugin that auto sets focus on the text field or contentEditable element and makes the cursor appear at the end of its content.
focusjQuery extension to set the focus cursor of a text input or contenteditable element at the end of its content
jQuery('textarea').focusEnd();