MenuMatic is a MooTools 1.2 class that takes a sematic ordered or unordered list of links and turns it into a dynamic drop down menu system. For users without javascript, it falls back on a CSS menu system based on Matthew Carroll’s keyboard accessible flavor of Suckerfish Dropdowns by Patrick Griffiths and Dan Webb.
Related Submissions:
- MooTools dwCheckboxes Plugin Every morning I wake up to a bunch of emails in my Gmail inbox that I delete without ready. I end up clicking so many...
- Object Oriented jQuery with MooTools Here’s the recipe: MooTools modules Native, Class, and Class.Extras; jQuery; and Class.Mutatotors.jQuery. Write a MooTools Class and use jQuery for the DOM. Class.Mutatotors.jQuery: This mutator...
- Select Box Factory v1.0 There are a wide variety of ways to use these special dropdowns and I hope people find them intuitive to use. They are part of...
- Dynamically Create Charts Using MooTools MilkChart and Google Analytics The prospect of creating graphics charts with javascript is exciting. It’s also the perfect use of javascript — creating non-essential features with unobtrusive scripting. I’ve...
- Indexed Dropdown with jQuery | devness Did you note how difficult is to deal with highly populated dropdowns? More than 50 elements can be a real pain… Can we do something...