popsu page v0

This commit is contained in:
armansansd
2021-06-29 11:44:05 +02:00
parent 97d7d9c922
commit 6db8fa1586
11 changed files with 209 additions and 31 deletions

View File

@@ -12,6 +12,10 @@ $(function(){
$(this).prev().css("display","grid");
});
$('.views-element-container header').click(function(){
$(this).parent().find(".views-row").fadeToggle();
})
});