@accursoft/jquery-caret

Manipulate the caret's position in a text box or content-editable element

Usage no npm install needed!

<script type="module">
  import accursoftJqueryCaret from 'https://cdn.skypack.dev/@accursoft/jquery-caret';
</script>

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