This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
droppy /
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Tue Jun 17 14:28:36 -0700 2008 | |
| |
Makefile | Thu Oct 09 15:08:11 -0700 2008 | |
| |
README | Sun Dec 14 18:26:26 -0800 2008 | |
| |
docs/ | Tue Dec 01 08:57:17 -0800 2009 | |
| |
src/ | Sun Oct 25 03:56:05 -0700 2009 |
README
droppy - jQuery nested drop-down menu (c) 2008 Jason Frame (jason@onehackoranother.com) Released under The MIT License. == DESCRIPTION: droppy creates nested drop down menus from semantic markup, by the power of jQuery. == HOMEPAGE: http://onehackoranother.com/projects/jquery/droppy == SOURCE: Hosted at GitHub; browse at: http://github.com/jaz303/droppy/tree/master Or clone from: git@github.com:jaz303/droppy.git == USAGE: 1. Copy contents of JavaScript/CSS assets to your project and include in your layout. 2. Create your menu using semantic, nested lists: <ul class='nav'> <li><a href='#'>foo</a></li> <li> <a href='#'>bar</a> <ul> <li><a href='#'>baz</a></li> <li><a href='#'>bleem</a></li> </ul> </li> </ul> 3. Initialise droppy thusly: $('.nav').droppy(); 4. Modify configurable portion of CSS to your liking.







