$(document).ready(function(){ $("#langue a:not(.active) span").hide(); $("#langue a:not(.active)").hover(function () { $(this).children("span").stop(true, true).fadeIn("slow"); }, function () { $(this).children("span").stop(true, true).fadeOut("slow"); }); $("#mainContent #sectionLeft h2").addClass("inlineblock"); });