Donations
If you find any of the plugins or content on my site useful and would like to donate, feel free to using this link.
Jonathan Sharp is Owner of Out West Media LLC. located near Omaha, Nebraska, USA. Out West Media provides custom jQuery development, web design and web development services. He and his wife are blessed with a beautiful daughter, two horses and two dogs.
jQuery Minute™ Blog
Out West Media - jQuery Consulting
AutoScroll
jdMenu
jdNewsScroll
xmlDOM - create XML document
If you find any of the plugins or content on my site useful and would like to donate, feel free to using this link.
The jdMenu plugin for jQuery provides a clean, simple and elegant solution for creating hierarchical drop down menus for websites to web applications. View the feature list below to see if jdMenu is the solution for you.
July 1st: Thank you for all of those who have contacted me regarding jdMenu. I'm in the process of switching jobs and adjusting to the birth of our first, a little girl Noel Joy born June 12th. In addition to these life changes, jdMenu has an update coming in the first week of August. Thank you for your patience and I appologize for the delay in my response!
jdMenu is available for use in all personal and/or commercial projects under both the MIT and GPL licenses. This means that you can choose the license that best suites your project and use it accordingly.
I've updated jdMenu to the 1.4.1 release which now includes an onAnimate setting as well as vertical support: jdMenu 1.4.1
Like all great software development practices the documentation is last to come. But for now, you can download it from Here
onAnimatecallback allowing for you to easily integrate your custom animations
jd_menu_verticalin place of the
jd_menucss class
Basic 'Hello World' menu
$(function(){ $('ul.jd_menu').jdMenu(); }); ...
$(function(){
$('ul.jd_menu').jdMenu();
});
...
<ul class="jd_menu jd_menu_slate">
<li><a class="accessible">Hello</a>
<ul>
<li><a href="http://www.google.com">World!</a></li>
</ul>
</li>
</ul>
// $(document).ready(...);
$(function(){
$('ul.jd_menu').jdMenu();
// Add menu hiding on document click
$(document).bind('click', function() {
$('ul.jd_menu ul:visible').jdMenuHide();
});
});
...
<ul class="jd_menu">
<li>Search Engines »
<ul>
<li><a href="http://www.google.com" target="_blank">Google</a></li>
<li><a href="http://www.yahoo.com" target="_blank">Yahoo!</a></li>
<li><a href="http://www.altavista.com" target="_blank">AltaVista</a></li>
</ul>
</li>
<li>Google Products
<ul>
<li>Search »
<ul>
<li><a href="http://base.google.com" target="_blank">Base</a></li>
<li><a href="http://code.google.com" target="_blank">Code</a></li>
<li><a href="http://images.google.com" target="_blank">Images</a></li>
</ul>
</li>
<li><a href="http://www.gmail.com" target="_blank">GMail</a></li>
</ul>
</li>
</ul>
Release | Date | jQuery Version | Description |
---|---|---|---|
Filename | Size | ||
jdMenu 1.3.beta2 | 2007-02-25 | 1.1.2 | Requires bgiframe & dimensions plugins |
![]() |
View an online demo of this version | ||
![]() |
Submit any issues here | ||
![]() |
33.7KB | Includes CSS and documentation as well as full source, packed source, jquery and the dimensions plugin. (meaning this has everything you need!) | |
jdMenu 1.2.1 | 2007-02-20 | 1.1.1 | Requires dimensions plugin |
![]() |
17.8KB | Includes jquery, plugins, jdMenu source, jdMenu packed and CSS. (Documentation is a little sparse) | |
![]() |
4.5KB | ||
![]() |
3KB | Compressed version of jquery.jdMenu.js | |
jdMenu 1.2 | 2007-01-26 | 1.1.1 | Requires dimensions plugin |
![]() |
17.7KB | Includes jquery, plugins, jdMenu source, jdMenu packed and CSS | |
![]() |
4.5KB | ||
![]() |
3KB | Compressed version of jquery.jdMenu.js | |
![]() |
1.6KB | ||
jdMenu 1.1 | 2006-12-29 | 1.0.1 | Requires dimensions plugin |
![]() |
19.1KB | Includes jquery, plugins, jdMenu source, jdMenu packed and CSS | |
![]() |
4.4KB | ||
![]() |
2.9KB | Compressed version of jquery.jdMenu.js | |
![]() |
1.8KB | ||
jdMenu 0.1 | 2006-06-12 | < 1.0 | |
![]() |
View an online demo of this version | ||
![]() |
11.6KB | A different codebase (more verbose) (Not supported anymore) |
If you'd like to email me, you may do so using Out West Media's contact form