I am trying to set focus on a hidden text box. I want that when the body or div containing the text box loads the focus should be on the particular text box so that any input fr
You can't set focus to a text box that is hidden through the hide method. Instead, you need to move it off screen.
hide