0.1.2 • Published 9 years ago

jquery.selection v0.1.2

Weekly downloads
4
License
-
Repository
-
Last release
9 years ago

jquery.selection Build Status

jQuery plugin for handling selections.

Features

  • Save selection using saveSelection method.
  • Restore selection using restoreSelection method.

Dependencies

  • jquery.js (>= 2.1.0)

Examples

var textarea = $("textarea:focus");

textarea.saveSelection();
textarea.blur();
textarea.restoreSelection();
textarea.hasSelection();

License

Copyright (c) 2013-2014 Mateus Maso. Released under an MIT license.

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

10 years ago