How to bring focus to Login textbox
4 posters
Page 1 of 1
How to bring focus to Login textbox
When a user connects to my forum, how can I make focus go to the login text field?
thanks.
thanks.
Last edited by Ace 1 on Tue 8 Sep - 17:11; edited 1 time in total
Re: How to bring focus to Login textbox
Could you please explain further what you want?


Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: How to bring focus to Login textbox
Hi @Ace1,
Add the following into a script.
Modules > JS codes management > Create a new script
Placement : In all the pages
Add the following into a script.
Modules > JS codes management > Create a new script
Placement : In all the pages
- Code:
$(function() {
var pseudo = $('input[name="username"]')[0];
pseudo && pseudo.focus();
});

» FM Focus • Everything About HTML - CSS & JavaScript/jQuery
» Textbox Widget
» Margin set in a textbox
» Textbox glitch
» Some kind of textbox?
» Textbox Widget
» Margin set in a textbox
» Textbox glitch
» Some kind of textbox?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum