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
});
-
Notifications
You must be signed in to change notification settings - Fork 15
you can get the cursor caret offset position(i.e.x,y) by this plugin, even included index getter.
beviz/jquery-caret-position-getter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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