jQuery('.Form_LoginForm .message').hide(); $('.Form_LoginForm .message').html('Diese Kombination aus E-Mail und Passwort ist uns nicht bekannt.'); window.setTimeout(function() { jQuery('.Form_LoginForm .message').show(); }, 400);