User:Aliser/common.js: Difference between revisions
From Space Station 14 Wiki
Created page with "// DRUID Infobox. // source: https://support.wiki.gg/wiki/MediaWiki:Gadget-druidInfoboxes.js // license: CC BY-SA 4.0 $(function () { $(".druid-title-tab").off("click") .on('click', function () { var $parent = $(this).closest(".druid-container"); $parent.find(".druid-toggleable").removeClass("focused"); var i = $(this).attr("data-druid"); $parent.find(".druid-toggleable[data-druid=" + i + "]").addClass("focused"); }); $(".druid-se..." |
Blanked the page Tag: Blanking |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||