Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 327 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 327 Bytes

jquery.stickyMenu

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)
});

License

This code is licensed under the MIT license.