Answers for "focus on html element"

-1

focus on input

$("input:text:visible:first").focus();
Posted by: Guest on April-18-2021

Browse Popular Code Answers by Language