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 September 8th 2015, 11:11 pm; 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();
});
Similar topics
» My forum won't let me bring out new members
» How to change back the size of the textbox?
» Textbox glitch
» Can't login to Administration Panel (re-login). Can't access CSS codes
» Changing Textbox colors
» How to change back the size of the textbox?
» Textbox glitch
» Can't login to Administration Panel (re-login). Can't access CSS codes
» Changing Textbox colors
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum