Skip to content

friedolinfoerder/jquery.stickyMenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

A plugin for creating sticky menus easily

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published