$(window).load(function() { var maxCol = Math.max($('#inclusion_un').outerHeight(true),$('#inclusion_deux').outerHeight(true)); $('.colonne').height(maxCol); }); $(document).ready(function() { $('#bannierejqb div').tabs({fx:{opacity: "toggle"}}).tabs("rotate", 4000, true); /************************ MENU DEROULANT **************************/ $('#menujqprincipal > li').mouseenter(function() { $(this).find('ul').stop(true, true).fadeIn(400) ; }); $('#menujqprincipal > li').mouseleave(function() { $(this).find('ul').stop(true, true).fadeOut(400) ; }); /****************** LIGHTBOX *********************************/ $('#mozjsmoz a').lightBox({fixedNavigation:true}); });