Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 308 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 308 Bytes

greedy-menu

JQuery plugin to responsively handle horizontal menus

Removes links that don't fit on the page or parent container, and adds them to a dropdown menu.

Links with the class 'active' will remain visible.

To run: $("ul").greedyMenu();

Working example: https://codepen.io/brtweed/pen/Ojvpyj