jquery.naviDropDown

Simple jQuery Dropdown Menu with easing and hoverIntent, naviDropDown 1.0

Here is a simple jQuery plugin I wrote recently which allows you to create a simple drop down menu, utilising hoverIntent, and jQuery’s own slideUp and slideDown effects. You can also set the orientation of the drop down depending if your navigation is horizontal (default) or vertical, and set the duration and easing method of both slideUp and slideDown on initiation of the plugin.

The Plugin – jquery.naviDropDown:
Example below shows initiation of horizontal (default) and vertical orientations. Continue reading