Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/accursoft/caret

jQuery plugin to manipulate the caret's position in a text box
https://github.com/accursoft/caret

caret jquery jquery-plugin

Last synced: about 1 month ago
JSON representation

jQuery plugin to manipulate the caret's position in a text box

Awesome Lists containing this project

README

        

jQuery Caret
============

- get the caret's position: `pos = $(textarea).caret()`
- set the caret's position: `$(textarea).caret(pos)`
- set the caret's position to the end: `$(textarea).caret(-1)`

Return value: the current/new caret position