I have two textboxes which are dynamically generated, below is the html of the textboxes
How do i focus any 1 textbox ?
i tried the below code
$('.answer_1').focus();
but that dosent seem to be work, is there any other way where i can set focus to the textbox programmatically?
Aucun commentaire:
Enregistrer un commentaire