Empower your website with a mobile or dektop menu in secounds.
- Sliding Desktop and Mobile Menu
- Configuration
- Themes
- jQuery
- Download the jQuery Plugin
- Put it in your CSS folder and add it to your HTML code
- CSS
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/socialcolors.css">
- JavaScript
https://cdn.jsdelivr.net/npm/[email protected]/build/js/supermenu.min.js
Use npm install supermenujs
$(document).ready(
function() {
$("#menu").supermenu({
// supermenu-options
});
}
);
HOW? Ther are multiple ways to support the further development
- PayPal Support me on paypal.com
supermenu | Support/Development |
---|---|
1.x | Features, Bugfixes, Security updates |
Please look here in the changelog.md
cookiebanner uses semantic versioning which basically means for you, that
- bugfix updates (e.g. 1.0.0 => 1.0.1) just includes small bugfixes or security relevant stuff without breaking changes.
- minor updates (e.g. 1.0.0 => 1.1.0) includes new features and smaller tasks without breaking changes.
- major updates (e.g. 1.0.0 => 2.0.0) breaking changes wich can be refactorings, features or bugfixes.
© 2019 Julian Seidl