A plugin for creating sticky menus easily
Use it like this:
$('.menu').stickyMenu();
// or with options
$('.menu').stickyMenu({
className: 'fixed' // the class for the sticky menu (default: sticky)
});
This code is licensed under the MIT license.