How can I catch the event of "cursor place change" inside textarea with jQuery (also should working in IE6)?
Example1:
Before :text |
After : te|
Example2:
Before :text |
After : text tex|t2
Example3:
Before :text |
After : |
Edit:
After catching the event of cursor- need also to check if cursor change his position (also have to work for IE6)
Edit2:
If you have solution that will not work in IE6 but in IE7+webkit please write it