Difference between revisions of "MediaWiki:Doduko.js"
Doduco Admin (talk | contribs) |
Doduco Admin (talk | contribs) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
mw.loader.using('jquery.ui.accordion', function () { | mw.loader.using('jquery.ui.accordion', function () { | ||
jQuery(document).ready(function ($) { | jQuery(document).ready(function ($) { | ||
− | $('.accordion').accordion({ collapsible: true, active: false, header: ".accordion-header" }); | + | $('.accordion').accordion({ collapsible: true, active: false, header: ".accordion-header", height: "auto" }); |
}); | }); | ||
+ | //$('.accordion-header').css({'border':'0','background-color':'white'}) | ||
}); | }); |
Latest revision as of 18:37, 3 March 2014
mw.loader.using('jquery.ui.accordion', function () { jQuery(document).ready(function ($) { $('.accordion').accordion({ collapsible: true, active: false, header: ".accordion-header", height: "auto" }); }); //$('.accordion-header').css({'border':'0','background-color':'white'}) });