MediaWiki:Group-bureaucrat.js: Forskelle mellem versioner

Fra AarhusWiki
No edit summary
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('mouseleave' function() {
/* .on( */
    $(this).css('font-size', '80%') */

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( */