source: trunk/client/temi/realistic/menu/jquery-ddi.js@ 241

Last change on this file since 241 was 241, checked in by luc, 9 years ago

Aggiunta del widget Privacy e CookieLaw per l'informativa sui cookie - Aggiunto Tema Realistic - Aggiunto Tema Spectral

File size: 160 bytes
Line 
1$(function(){
2$("#nav>li").hoverIntent(
3 function(){$("ul",this).fadeIn("slow");},
4 function(){$("ul",this).css({left:"-1px"}).fadeOut("fast");});
5});
Note: See TracBrowser for help on using the repository browser.