Page 1 of 1
Login-Seite: Autofocus auf "Benutzername"
Posted: Mon 2. Jul 2018, 14:34
by WebCF
Wie der Titel schon sagt wäre sowas hier schön - keine große Sache, erspart aber einen extra Klick
Code: Select all
$(function() {
$('#username').focus();
});

Re: Login-Seite: Autofocus auf "Benutzername" [GELÖST]
Posted: Mon 2. Jul 2018, 15:40
by Alexander
erledigt

Re: Login-Seite: Autofocus auf "Benutzername"
Posted: Mon 2. Jul 2018, 15:53
by WebCF
Danke

Re: Login-Seite: Autofocus auf "Benutzername"
Posted: Tue 3. Jul 2018, 13:19
by turbopixel
Hinweis: Rein HTML reicht schon aus mit dem "autofocus" Attribute.
Lektüre:
https://www.w3schools.com/tags/att_input_autofocus.asp