Template:Navbox Example.

From Funkinchan
Revision as of 01:27, 3 October 2023 by Jedevari (talk | contribs)
Jump to navigationJump to search

$(document).ready(function() {

   $(".navbox-header").click(function() {
       $(this).next(".navbox-content").slideToggle();
   });

});