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)

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    125
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    125

Package Sidebar

Install

npm i jquery-jcaret

Weekly Downloads

125

Version

1.0.3

License

MIT

Last publish

Collaborators

  • vrouet