MediaWiki:Common.js: Unterschied zwischen den Versionen
Aus Open Source Ecology (OSE) Germany - Entwicklungsplattform
Zeile 1: | Zeile 1: | ||
/* Das folgende JavaScript wird für alle Benutzer geladen. */ | /* Das folgende JavaScript wird für alle Benutzer geladen. */ | ||
$(".materialRow .showComment").click(function(){ | $(".materialRow .showComment").click(function(){ | ||
− | $(this).parent().next().toggle(500); | + | $(this).parent().parent().next().toggle(500); |
}); | }); |
Version vom 8. Februar 2020, 20:26 Uhr
/* Das folgende JavaScript wird für alle Benutzer geladen. */ $(".materialRow .showComment").click(function(){ $(this).parent().parent().next().toggle(500); });