source:
branches/testa/js/topmenu.js
@
51
| Last change on this file since 51 was 27, checked in by anonymous, 6 years ago | |
|---|---|
| File size: 199 bytes | |
| Line | |
|---|---|
| 1 | function topmenu_init() { |
| 2 | const nav = $('.nav'); |
| 3 | $('li', nav) |
| 4 | .mouseover(function(e) { |
| 5 | $('ul', this).stop().show(); |
| 6 | }) |
| 7 | .mouseout(function(e) { |
| 8 | $('ul', this).stop().hide(); |
| 9 | }) |
| 10 | } |
Note: See TracBrowser
for help on using the repository browser.
![(trac.ini の [header_logo] セクションを設定してください)](/python/trac/Flist/chrome/common/trac_logo_mini.png)