SlideShare a Scribd company logo
$(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

PDF
UI実装におけるコーディングあれこれ
PDF
jQueryチュートリアル
KEY
Pimp your site with jQuery!
PDF
Javascript and jQuery for Mobile
PDF
アプリ設定の保存をシンプルに
PDF
Multimedia Integration
PDF
Jquery2
UI実装におけるコーディングあれこれ
jQueryチュートリアル
Pimp your site with jQuery!
Javascript and jQuery for Mobile
アプリ設定の保存をシンプルに
Multimedia Integration
Jquery2

What's hot (14)

PDF
Jquery overview 2013
PDF
Verbo POUPAR
DOCX
Simular un next del recordset en php de forma rudimentaria
PDF
RubyからJavaScriptへ (!tDiary会議 2011)
PDF
How I Develop Carousel Module
PDF
Working With Ajax Frameworks
PDF
PHPのすべらない話#3
DOC
Sumahexavector
DOC
PDF
Bootcamp Google Abidjan 2012: Workshop Gaou Search
PDF
jQuery PLUGIN
DOC
Sumahex
PPTX
jquery and sharepoint in harmony
Jquery overview 2013
Verbo POUPAR
Simular un next del recordset en php de forma rudimentaria
RubyからJavaScriptへ (!tDiary会議 2011)
How I Develop Carousel Module
Working With Ajax Frameworks
PHPのすべらない話#3
Sumahexavector
Bootcamp Google Abidjan 2012: Workshop Gaou Search
jQuery PLUGIN
Sumahex
jquery and sharepoint in harmony
Ad

Codigo menu