It adds a button to the page, which when clicked toggles the visibility of a menu bar.
A working sample is included with the download package.
Usage:
$(document).ready(function() {
$('#toggle_button').jDropNav({});
});
Here are some key features of "jDropNav":
· shspeed - This sets the speed that the menu slides up and down.
· loadspeed - This sets the speed that the menu slides up and down.
· margin - This sets the top margin so when it animates it only moves the set amount (this should always have a negative value).
Requirements:
· JavaScript enabled on client side
· jQuery JavaScript Library
What's New in This Release: [ read full changelog ]
· Initial release.