close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

source: trunk/admin/temi/facebook/menu/jquery-ddi.js@ 242

Last change on this file since 242 was 2, checked in by root, 15 years ago

importo il progetto

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.