Difference between revisions of "MediaWiki:Doduco.js"
From Electrical Contacts
Doduco Admin (talk | contribs) |
Doduco Admin (talk | contribs) |
||
Line 2: | Line 2: | ||
jQuery(document).ready(function ($) { | jQuery(document).ready(function ($) { | ||
$('.accordion').accordion({ collapsible: true, active: false, header: ".accordion-header", height: "auto" }); | $('.accordion').accordion({ collapsible: true, active: false, header: ".accordion-header", height: "auto" }); | ||
− | }); | + | }); |
− | |||
}) | }) |
Revision as of 13:25, 4 April 2014
mw.loader.using('jquery.ui.accordion', function () { jQuery(document).ready(function ($) { $('.accordion').accordion({ collapsible: true, active: false, header: ".accordion-header", height: "auto" }); }); })