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)

/jquery-jcaret/

    Package Sidebar

    Install

    npm i jquery-jcaret

    Weekly Downloads

    89

    Version

    1.0.3

    License

    MIT

    Last publish

    Collaborators

    • vrouet