aktuelle.kurse/old_m133/Modul_Unterlagen_133_VOR/01-Modulinhalte/01 WEB Architektur/02 Anmeldung Architektur/js/index.js

3 lines
64 B
JavaScript
Raw Normal View History

2022-02-24 09:37:43 +01:00
$('#toggle-login').click(function(){
$('#login').toggle();
});