mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Give focus to text boxes on load
This commit is contained in:
@@ -5,4 +5,8 @@
|
||||
if(typeof Custom_On_Load == 'function'){
|
||||
Custom_On_Load();
|
||||
}
|
||||
$(document).ready(function() {
|
||||
$(":text:visible:enabled:first").focus();
|
||||
$("textarea:first").focus();
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user