aktuelle.kurse/old_m133/4_Modulinhalte_und_Uebungen/02-Anmeldung-Architektur/01 Presentation Layer/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();
});