Javascript library which finds the top and left coordinates of the caret in a or , in pixels. Useful for textarea autocompletes like GitHub or Twitter, or for single-line autocompletes like the name drop-down in Twitter or Facebook's search or the company dropdown on Google Finance. . Features include: * supports s and elements * pixel precision with any combination of paddings, margins, borders, heights vs. line-heights etc. * keyboard, mouse support and touch support * no dependencies whatsoever * browser compatibility: Chrome, Safari, Firefox, Opera, IE9+ * supports any font family and size, as well as text-transforms * not confused by horizontal or vertical scrollbars in the textarea * supports hard returns, tabs (except on IE) and consecutive spaces in the text * correct position on lines longer than the columns in the text area * no problem getting the correct position when the input text is scrolled (i.e. the first visible character is no longer the first in the text) * no "ghost" position in the empty space at the end of a line when wrapping long words in a * RTL (right-to-left) support
Installed Size: 20.5 kB Architectures: all