Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dynamicdriverepo/ddmegamenu
https://github.com/dynamicdriverepo/ddmegamenu
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dynamicdriverepo/ddmegamenu
- Owner: dynamicdriverepo
- Created: 2013-01-29T20:58:32.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-29T22:50:25.000Z (almost 12 years ago)
- Last Synced: 2023-04-06T14:06:53.830Z (over 1 year ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DD Mega Menu #
*Description:* DD Mega Menu is the ideal menu script to use when you need a drop down menu system that supports arbitrary sub menu layouts, such as multiple columns of links or even arbitrary HTML. Each drop down menu is simply defined inline on the page as a regular DIV, making it extremely easy to customize its contents whichever way you like.
## Directions ##
*Step 1:* This script uses the following external files:
+ jQuery 1.5 or above (served via Google CDN)
+ ddmegamenu.js
+ ddmegamenu.css*Step 2:* Add the below code to the HEAD section of your page:
/***********************************************
* DD Mega Menu (c) Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/
ddmegamenu.docinit({
menuid:'solidmenu',
dur:200 //<--no comma after last setting
})
ddmegamenu.docinit({
menuid:'megaanchorlink',
dur:500,
easing:'easeInOutCirc' //<--no comma after last setting
})
*Step 3:* Then, add the below sample markup to your page:
Example 1
Visit the following main content areas of JavaScript Kit:
Need help with JavaScript? Coding Forums should be your next stop!
Looking for web design inspiration? CSS Drive showcases some of the most attractive, CSS driven sites on the net.
Example 2
JavaScript Kit
Visit the following main content areas of JavaScript Kit:
Need help with JavaScript? Coding Forums should be your next stop!
## DD ScrollSpy Menu set up ##
See script project page for additional details on setup and documentation: