How to get cursor position in textarea/textbox by using javascript?
I already used document.selection.createrange()
.I am using IE11.It is throwing an error when I am putting break point.It says 'Undefined'.I already used document.getSelection().I will apreciate if anybody provide me entire code along with explaination