Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ meanMenuCloseSize: "18px"

- Set font size of close button

meanMenuOpen: "<span /><span /><span />"
meanMenuOpen: "<span></span><span></span><span></span>"

- Text/markup you want when menu is closed, styling in CSS provides 3 bars with these spans

Expand Down
2 changes: 1 addition & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h2><a href="http://www.meanthemes.com/our-themes/">Check out our WordPress &amp
</article>
</section>

<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<script src="jquery.meanmenu.js"></script>
<script>
jQuery(document).ready(function () {
Expand Down
2 changes: 1 addition & 1 deletion jquery.meanmenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
meanMenuContainer: 'body', // Choose where meanmenu will be placed within the HTML
meanMenuClose: "X", // single character you want to represent the close menu button
meanMenuCloseSize: "18px", // set font size of close button
meanMenuOpen: "<span /><span /><span />", // text/markup you want when menu is closed
meanMenuOpen: "<span></span><span></span><span></span>", // text/markup you want when menu is closed
meanRevealPosition: "right", // left right or center positions
meanRevealPositionDistance: "0", // Tweak the position of the menu
meanRevealColour: "", // override CSS colours for the reveal background
Expand Down
2 changes: 1 addition & 1 deletion jquery.meanmenu.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.