forked from beviz/jquery-caret-position-getter
-
Notifications
You must be signed in to change notification settings - Fork 0
you can get the cursor caret offset position(i.e.x,y) by this plugin, even included index getter.
martini/jquery-caret-position-getter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Usage ======== var pos = $('textarea').getCaretPosition(); // now you can use left, top(they are relative position) $my_tip.css({ left: this.offsetLeft + pos.left, top: this.offsetTop + pos.top })
About
you can get the cursor caret offset position(i.e.x,y) by this plugin, even included index getter.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published