1.0.3 • Published 9 years ago

jquery-jcaret v1.0.3

Weekly downloads
96
License
MIT
Repository
-
Last release
9 years ago

jQuery Caret (jCaret)

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

Based on https://code.google.com/archive/p/jcaret/ and adapted to NPM and require().

Usage

Get caret position

$('#inputid').caret() // {start: 0, end: 0, text: ""}

Set caret position

$('#inputid').caret(start, end)

1.0.3

9 years ago