source:
trunk/client/temi/facebook/menu/jquery-ddi2.js@
394
Last change on this file since 394 was 2, checked in by , 15 years ago | |
---|---|
File size: 170 bytes |
Rev | Line | |
---|---|---|
[2] | 1 | $(function(){ |
2 | $("#nav>li").hoverIntent( | |
3 | function(){$("ul",this).slideDown("slow");}, | |
4 | function(){$("ul",this).css({left:"-1px"}).slideUp('fast')}); | |
5 | }); | |
6 | ||
7 | ||
8 |
Note:
See TracBrowser
for help on using the repository browser.