2.186
redigeringer
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%') */ |