Template:Navbox Example.: Difference between revisions
From Funkinchan
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
$(document).ready(function() { | |||
$(".navbox-header").click(function() { | |||
$(this).next(".navbox-content").slideToggle(); | |||
}); | |||
}); | |||
Revision as of 02:27, 3 October 2023
$(document).ready(function() {
$(".navbox-header").click(function() { $(this).next(".navbox-content").slideToggle(); });
});