supermenujs
v1.1.0
Published
Empower your website with a mobile or dektop menu in secounds.
Downloads
1
Maintainers
Readme
supermenu
Empower your website with a mobile or dektop menu in secounds.
Features
- Sliding Desktop and Mobile Menu
- Configuration
- Themes
- jQuery
Usage
Installation
Installation via CSS Link
- Download the jQuery Plugin
- Put it in your CSS folder and add it to your HTML code
Installation via CDN
- 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
Installation via NPM
Use npm install supermenujs
Minimal Setup
$(document).ready(
function() {
$("#menu").supermenu({
// supermenu-options
});
}
);
Help supporting further development
HOW? Ther are multiple ways to support the further development
- PayPal Support me on paypal.com
Administartion corner
Versions and support
| supermenu | Support/Development | | ------------ | ------------------------------------ | | 1.x | Features, Bugfixes, Security updates |
Changelog
Please look here in the changelog.md
Release Management
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