Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
David Shariff committed Sep 18, 2016
1 parent 7faf289 commit 4c47d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
jCursorPos
==========
<a href="">JCursorPos</a> is a lightweight (3kb gzip), cross browser plugin to get the cursor x / y and top / left coordinates in a textarea or input element. Once initialized, the cursor x / y position will be updated on the element's <code>data-*</code> attribute, and optionally passed to a callback function.
JCursorPos is a lightweight (3kb gzip), cross browser plugin to get the cursor x / y and top / left coordinates in a textarea or input element. Once initialized, the cursor x / y position will be updated on the element's <code>data-*</code> attribute, and optionally passed to a callback function.
# Getting Started
To use, simply include <code>jquery.jcursorpos.js</code> and do the following:

Expand Down

0 comments on commit 4c47d25

Please sign in to comment.