How can I catch the "change cursor position" event inside textarea using jquery (should also work in IE6)?
example1
before: text |
after: te |
example2
before: text |
after: text tex | t2
example3
before: text |
after: |
Edit
After detecting the cursor event, you must also check to see if the cursor changes its position (also work for ie6)
Edit2
If you have a solution that will not work in ie6, but in ie7 + webkit, write it
Thanks,
Yosef
Yosef
source share