jquery-jcaret

1.0.3 • Public • Published

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)

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i jquery-jcaret

      Weekly Downloads

      76

      Version

      1.0.3

      License

      MIT

      Last publish

      Collaborators

      • vrouet