Drop down menu with jquery
On 6 February 2008,
in computing,
by ayoli
Here’s a drop down animated menu example made with jquery.js 1.2.2
Roll over this text to show the menu
Related links:
Here’s the source code :
$(function() {
$(“a#menu-call”).mouseover( function() { $(“ul#menu”).animate({height:”show”,opacity:”show”},”slow”); return false; });
$(“ul#menu”).hover( function() {}, function() { $(“ul#menu”).animate({opacity:1.0},1125).slideUp(375); return false; });
$(“a.mlnk”).hover( function() { $(this).css({ backgroundColor:”#ececec”, border:”1px solid #1042de” }) }, function() { $(this).css({ border:”none”,backgroundColor:”#ffffff” }) } );
})
menu






english
français
[...] Drop down menu with jquery- A drop down animated menu example made with [...]
[...] 19) Drop down menu with jquery- ????????, ?? [...]
[...] Drop downbound schedule with jquery- A modify downbound enlivened schedule warning prefabricated with [...]
pciilemq…
pciilemq…
yczodpfv…
yczodpfv…
[...] http://ayozone.org/2008/02/06/drop-down-menu-with-jquery/ [...]
[...] Drop down menu with jquery- A drop down animated menu example made with [...]
cash on delivery tramadol…
tramadol…
[...] 19) Drop down menu with jquery- ????????, ?? [...]
cardura…
arimidex side effects. arimidex. impact trial of arimidex. side effects of arimidex. treat hot flushes caused by arimidex. arimidex. impact trial of arimidex. antidote for antabuse. antabuse. antabuse no prescription. antabuse drug. what is antabuse. e…
[...] Create a multilevel Dropdown menu with CSS and improve it via jQuery [...]
[...] Sliding Bar Menu – Mootools jQuery Fastfind Menu Apple Dock Image Menu amongst others – as seen on Microsoft Tree menu Context Menu LavaLamp for jQuery Slashdot menu Mootools Menu copy Css Dock Menu Nice Horizontal menu Accessible Expanding Menu MultiLevel Menu – jQuery jQuery HoverAccordion Apple Hover Menu sim Simple Javascript Accordian StickMan Labs Accordian MooTools clone Nyko Glitter Tabs Horizontal Accordion Colour Transition Dropdown Menu with jQuery [...]
[...] Sliding Bar Menu – Mootools jQuery Fastfind Menu Apple Dock Image Menu amongst others – as seen on Microsoft Tree menu Context Menu LavaLamp for jQuery Slashdot menu Mootools Menu copy Css Dock Menu Nice Horizontal menu Accessible Expanding Menu MultiLevel Menu – jQuery jQuery HoverAccordion Apple Hover Menu sim Simple Javascript Accordian StickMan Labs Accordian MooTools clone Nyko Glitter Tabs Horizontal Accordion Colour Transition Dropdown Menu with jQuery [...]
Falls apart in Safari 3 and Firefox 3
Anything happening with this menu? Would be nice to see it working in FF3!