MediaWiki:Group-bureaucrat.js: Forskelle mellem versioner

Fra AarhusWiki
No edit summary
No edit summary
Linje 5: Linje 5:
  });
  });
  $('div.portal h5')on('mouseleave' function() {
  $('div.portal h5')on('mouseleave' function() {
     $(this).css('font-size', '80%')
     $(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( */