Hai Guys, I want to set cursor at a position of length 14 on a textbox which will not have a value.. Iknow initially cursor will be at 0 i want it to be at 14
$("#textbox").selectionStart=14 might works for Firefox, Opera, Chrome, but not sure for IE
$("#textbox").selectionStart=14
PS: There should be length 14 > characters already in textbox to work properly.