We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd3a12a commit 2d63618Copy full SHA for 2d63618
1 file changed
README.md
@@ -1,4 +1,4 @@
1
-# SlickNav v1.0.1
+# SlickNav v1.0.2
2
## Responsive Mobile Menu jQuery Plugin
3
4
###[SlickNav.com](http://slicknav.com)
@@ -50,6 +50,7 @@ slicknav.css can be modified to fit website design
50
'allowParentLinks': false // Allow clickable links as parent elements.
51
'nestedParentLinks': true // If false, parent links will be separated from the sub-menu toggle.
52
'showChildren': false // Show children of parent links by default.
53
+ 'brand': '' // Add branding to menu bar.
54
55
### Callbacks
56
'init': function(){}, // Called after SlickNav creation
0 commit comments