Inspried by the menus in the Agile WordPress theme and Foundation’s drilldown menu.
jQuery Slider Menu Features
- Easy-to-use & light-weight at only 1.88KB!
- Responsive with optional theme
- Works with any HTML list
- Tested in Chrome 56, FF 51, Safari 10, IE 10
- Meets Web Accessibility guidelines
- Semantic markup for enhanced SEO
jQuery Slider Menu Usage
Transform any list to a slider menu simply by calling it on the menu list you want to fancify!
[js]
// Default usage
$( ‘.my-menu’ ).sliderMenu();
// Custom back link
$( ‘.my-menu’ ).sliderMenu({
back: ‘<span>Back</span>’
});
[/js]
All comments posted on 'jQuery Slider Menu' are held for moderation and only published when on topic and not rude. Get a gold star if you actually read & follow these rules.
You may write comments in Markdown. This is the best way to post any code, inline like `<div>this</div>` or multiline blocks within triple backtick fences (```) with double new lines before and after.
Want to tell me something privately, like pointing out a typo or stuff like that? Contact Me.