How do i get the index position when user click in textBox using JavaScript? for example in my textBox have this string :
`this is best| of the world`.
it should be return 13.
How do i get the index position when user click in textBox using JavaScript? for example in my textBox have this string :
`this is best| of the world`.
it should be return 13.