SlideShare a Scribd company logo
1 of 1
$(window).load(function(){
$("#menu ul").css({display: "none"});
$("#menu li").hover(function(){
$(this).find('ul:first').css({visibility: "visible",display: "none"}).slideDown(2000);
},function(){
$(this).find('ul:first').css({visibility: "hidden"})
})
}

More Related Content

What's hot

Jquery overview 2013
Jquery overview 2013 Jquery overview 2013
Jquery overview 2013 hayato
 
Simular un next del recordset en php de forma rudimentaria
Simular un next del recordset en php de forma rudimentariaSimular un next del recordset en php de forma rudimentaria
Simular un next del recordset en php de forma rudimentariajbersosa
 
RubyからJavaScriptへ (!tDiary会議 2011)
RubyからJavaScriptへ (!tDiary会議 2011)RubyからJavaScriptへ (!tDiary会議 2011)
RubyからJavaScriptへ (!tDiary会議 2011)Kohei MATSUOKA
 
How I Develop Carousel Module
How I Develop Carousel ModuleHow I Develop Carousel Module
How I Develop Carousel Module明 城
 
Working With Ajax Frameworks
Working With Ajax FrameworksWorking With Ajax Frameworks
Working With Ajax FrameworksJonathan Snook
 
Sumahexavector
SumahexavectorSumahexavector
Sumahexavectorjbersosa
 
Bootcamp Google Abidjan 2012: Workshop Gaou Search
Bootcamp Google Abidjan 2012: Workshop Gaou SearchBootcamp Google Abidjan 2012: Workshop Gaou Search
Bootcamp Google Abidjan 2012: Workshop Gaou SearchIsmael Toé
 
jquery and sharepoint in harmony
jquery and sharepoint in harmonyjquery and sharepoint in harmony
jquery and sharepoint in harmonyggalipeau
 

What's hot (14)

Fibonacci
FibonacciFibonacci
Fibonacci
 
Jquery overview 2013
Jquery overview 2013 Jquery overview 2013
Jquery overview 2013
 
Verbo POUPAR
Verbo POUPARVerbo POUPAR
Verbo POUPAR
 
Simular un next del recordset en php de forma rudimentaria
Simular un next del recordset en php de forma rudimentariaSimular un next del recordset en php de forma rudimentaria
Simular un next del recordset en php de forma rudimentaria
 
RubyからJavaScriptへ (!tDiary会議 2011)
RubyからJavaScriptへ (!tDiary会議 2011)RubyからJavaScriptへ (!tDiary会議 2011)
RubyからJavaScriptへ (!tDiary会議 2011)
 
How I Develop Carousel Module
How I Develop Carousel ModuleHow I Develop Carousel Module
How I Develop Carousel Module
 
Working With Ajax Frameworks
Working With Ajax FrameworksWorking With Ajax Frameworks
Working With Ajax Frameworks
 
PHPのすべらない話#3
PHPのすべらない話#3PHPのすべらない話#3
PHPのすべらない話#3
 
Sumahexavector
SumahexavectorSumahexavector
Sumahexavector
 
Phpex3
Phpex3Phpex3
Phpex3
 
Bootcamp Google Abidjan 2012: Workshop Gaou Search
Bootcamp Google Abidjan 2012: Workshop Gaou SearchBootcamp Google Abidjan 2012: Workshop Gaou Search
Bootcamp Google Abidjan 2012: Workshop Gaou Search
 
jQuery PLUGIN
jQuery PLUGINjQuery PLUGIN
jQuery PLUGIN
 
Sumahex
SumahexSumahex
Sumahex
 
jquery and sharepoint in harmony
jquery and sharepoint in harmonyjquery and sharepoint in harmony
jquery and sharepoint in harmony
 

Codigo menu