Tuesday, October 20, 2015

How to set/got Focus in JQuery

Try this code, to set the focus to the input field: $("#text_id").focus(); thumbnail 1 summary
Try this code, to set the focus to the input field:


$("#text_id").focus();

How to set focus on JQuery

1 comment