I implement very big script logic using jquery plugin at caret(http://code.google.com/p/jquery-at-caret/), but now when I finish it I realized that it only works in Firefox and Chrome, it doesn’t work in Internet Explorer.
I realized that function “setCaretPosition” is that which is not working in IE.
I am getting only in IE “o is undefined”, you can see in code snippet below that this
is occurring from 79-89 lines of plugin code, but I can’t figure it out how to fix this.
I create very small code snippet to just replicate this bug:
http://www.mediafire.com/?xxt0medyci61690
I have modified the code in the plugin
Please check, I have tested in IE8, IE9 & Firefox.