uawdijnntqw1x1x1
IP : 216.73.217.34
Hostname : webm019.cluster129.gra.hosting.ovh.net
Kernel : Linux webm019.cluster129.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
checkyd
/
www
/
a3056
/
..
/
7eda3
/
..
/
7b5d0
/
cache-gd2
/
..
/
..
/
squelettes
/
scripts
/
menu_gauche.js
/
/
$(document).ready(function() { // on ferme tout $('ul.menu2').hide(); $('ul.menu3').hide(); // on vérifie si il y a un truc à ouvrir $('.on').each(function(){ $(this).parents().show(); }); // sur clic premier niveau on ouvre en dessous niveau 2 $("ul.menu1 > li > a").click(function() { //$("#level-1").find("ul.menu3:visible").hide(); if ($(this).parent().find("ul.menu2:visible").length != 0) { $(this).parent().find("ul.menu2").slideUp('fast'); }else{ $("ul.menu2").slideUp('fast'); $(this).parent().find("ul.menu2").slideDown('fast').show(); } return false; }) // sur clic second niveau on ouvre en dessous niveau 3 $("ul.menu2 > li > a").click(function() { //$("#level-1").find("ul.menu3:visible").hide(); if ($(this).parent().find("ul.menu3:visible").length != 0) { $(this).parent().find("ul.menu3").slideUp('fast'); }else{ $("ul.menu3").slideUp('fast'); $(this).parent().find("ul.menu3").slideDown('fast').show(); } if($(this).parent().find('ul').length !=0){ return false; } }) });
/home/checkyd/www/a3056/../7eda3/../7b5d0/cache-gd2/../../squelettes/scripts/menu_gauche.js