source:
trunk/client/temi/realistic/menu/jquery-dd.js@
282
Last change on this file since 282 was 241, checked in by , 9 years ago | |
---|---|
File size: 157 bytes |
Rev | Line | |
---|---|---|
[241] | 1 | $(function(){ |
2 | $("#nav>li").hover( | |
3 | function(){$("ul",this).slideDown("slow");}, | |
4 | function(){$("ul",this).css({left:"-1px"}).slideUp("fast");}); | |
5 | }); |
Note:
See TracBrowser
for help on using the repository browser.