MediaWiki:Group-bureaucrat.js: Forskelle mellem versioner
Fra AarhusWiki
Cjk (diskussion | bidrag) No edit summary |
Cjk (diskussion | bidrag) No edit summary |
||
Linje 3: | Linje 3: | ||
$('div.portal h5').on('mouseenter', function() { | $('div.portal h5').on('mouseenter', function() { | ||
$(this).css('font-size', '130%'); | $(this).css('font-size', '130%'); | ||
}); | |||
$('div.portal h5')on('mouseleave' function() { | |||
$(this).css('font-size', '80%') | |||
}); | }); | ||
}); | }); | ||
/* .on( | /* .on( */ | ||
Versionen fra 13. mar. 2013, 15:17
/* Any JavaScript here will be loaded for bureaucrats only */ $(document).ready(function() { $('div.portal h5').on('mouseenter', function() { $(this).css('font-size', '130%'); }); $('div.portal h5')on('mouseleave' function() { $(this).css('font-size', '80%') }); }); /* .on( */