Difference between revisions of "MediaWiki:Common.js"
From Buddha-Nature
((by SublimeText.Mediawiker)) |
((by SublimeText.Mediawiker)) |
||
Line 1: | Line 1: | ||
− | + | $(document).ready(function(){ | |
− | + | $(".animated-caret a").hover(function(){ | |
− | + | $(this).children('#fadeInCaret').addClass('animated fadeInLeft').toggleClass('visible'); | |
− | + | }); | |
+ | }); |
Revision as of 10:08, 3 April 2018
$(document).ready(function(){
$(".animated-caret a").hover(function(){
$(this).children('#fadeInCaret').addClass('animated fadeInLeft').toggleClass('visible');
});
});