How do I set the focus to a textbox when a web page loads using JQuery?
$(function() { $("#YourTextBoxID").focus(); });
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments