source: trunk/client/temi/bsitalia/menu/jquery-ddi.js@ 400

Last change on this file since 400 was 400, checked in by roby, 3 months ago
  • ADMIN

-- Migliorata la gestione di operatori e responsabili

  • CLIENT

-- Nuovo tema BSItalia realizzato dal CED di Capo d'Orlando
-- Sistemata la funzione del widget privacy
-- Varie modifiche di allineamento oggetti

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.