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