Last change
on this file since 84 was
80,
checked in by guille, 16 years ago
|
el plugin completo
|
-
Property svn:executable set to
*
|
File size:
321 bytes
|
Line | |
---|
1 | $(document).ready(function(){ |
---|
2 | // fait marcher le menu a deux niveaux |
---|
3 | $('#navigation').children('.niveau1').each(function(){ |
---|
4 | $(this).mouseover(function() { |
---|
5 | $(this).children('.niveau2').show(); |
---|
6 | }) |
---|
7 | |
---|
8 | $(this).mouseout(function() { |
---|
9 | $(this).children('.niveau2').hide(); |
---|
10 | }) |
---|
11 | }); |
---|
12 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.