Questions tagged [mmenu]

jQuery.mmenu.js is a jQuery plugin for creating slick, app look-alike sliding menus for mobile website.

jQuery.mmenu.js is a jQuery plugin for creating slick, app look-alike sliding menus for you mobile website with only one line of javaScript.

This plugin can be used to create sliding menus as present in the official Facebook app at the top corner.


Documentation :

333 questions
0
votes
0 answers

Prevent mobile slide-in menu from being draggable on Dolphin

I am creating a small mobile website, with the menu based on jquery.mmenu, which you can see a demo here: http://mmenu.frebsite.nl/index.php I am facing this small issue where once the menu is open, when using the Dolphin browser, I am able to drag…
jbx
  • 21,365
  • 18
  • 90
  • 144
0
votes
1 answer

Firefox not showing fixed heading correctly with slide-out menu

Here's the heading and slide-out menu I am working on: http://computerdirectoutlet.com/CDOBiz/ In Chrome and IE, the fixed menu will slide properly when the menu is expanded, but in Firefox it stays fixed over the menu. Any idea how I can fix this…
Ty Underwood
  • 897
  • 1
  • 6
  • 9
0
votes
1 answer

jQuery.mmenu plugin does not work in Django

I cannot get jQuery.mmenu plugin to work with Django when used inside a template. If I place the demo into the static folder, the demo pages function as advertised. But when Django serves the demo pages as templates, nothing happens when the menu…
blau
  • 3
  • 2
0
votes
0 answers

How do I remove the black flash when closing mmenu on iOS7 browsers

I have this plugin: http://mmenu.frebsite.nl/ It's implemented here: http://ultiuscorp.com/sodemo/demo/horizontal-submenus.html The only thing I added was making the header fixed. In iOS7/Safari or Chrome: But, when I am scrolled down and then close…
0
votes
1 answer

mmenu opens/shows blank page

I am struggling to resolve an issue I have with jquery mmenu I am currently testing on Android and have configured the setup as per the demo using open menu setup with $('menu').mmenu(); I have also tried (as suggested)…
howler
  • 13
  • 4
0
votes
1 answer

JQuery mmenu plugin doesnt zoom when opening the menu, but zooms when closing the menu

I would like to zoom left up menu open and close. I added: $('nav#menu').mmenu({ classes: 'mm-zoom-menu', }); But the menu only zooms when closing, but not when it first opens. Has anyone run across this before, or recognize what the problem…
0
votes
1 answer

mmenu taking full page instead of sliding

I'm working on a Cordova/PhoneGap project where I use jQuery/ jQuery Mobile and an excellent plugin called mmenu from http://mmenu.frebsite.nl. I am doing an .ajax call from a remote server and creating the menu content and appending it to the jQM…
Purus
  • 5,701
  • 9
  • 50
  • 89
0
votes
1 answer

JQuery Mmenu setting maxStartPos in dragopen.js

I am wanting to change the maxStartPos setting so that i can program it depending on the size of the page it loads on. I've tried the following code but doesnt seem to change it: $("nav#menu").mmenu({ position : "left", zposition …
StealthRT
  • 10,108
  • 40
  • 183
  • 342
0
votes
2 answers

mmenu problems with content

I'm currently developing a briefcase-site for my work. I'm using the javascript-plugin "mmenu" created by Fred from frebsite.nl. Here's the thing. When I'm trying to begin to add my content, the content itself always appears at the top of the web.…
user2359873
  • 1
  • 1
  • 2
0
votes
1 answer

How to only slide subpart of page with mmenu?

When using the jQuery.mmenu-plugin, found here http://mmenu.frebsite.nl/, the whole page (body) slides when triggered. How can I make it to only slide part of my page instead? I would like a static header above and footer below which are not…
Gustav
  • 327
  • 1
  • 4
  • 12
0
votes
1 answer

MMENU - $page.offset undefined

I'm developing some mobile navigation using http://mmenu.frebsite.nl/ but I keep getting the following error in Firebug TypeError: $page.offset(...) is undefined It's referring to line 1131 in jquery.mmenu.js which is the following code snippet. …
Chris A
  • 95
  • 7
0
votes
2 answers

mm-is-menu class isn't being added, submenu doesn't work MMENU

I have worked with mmenu many many times before and NEVER had an issue with this great plugin. But on new version (3.3.2) I have started facing problems. The mobile menu works (it slides from left etc) but mm-is-menu css class is not being added by…
Jaypee
  • 1,272
  • 5
  • 17
  • 37
0
votes
3 answers

jquery mmenu close function doesn't work when non-li elements in menu

I've built a custom menu with mmenu (http://mmenu.frebsite.nl/). According to the documentation, any link to the page itself - e.g. Close Menu will trigger the close function. However, as soon as your menu contains anything…
Bob Meador
  • 155
  • 4
  • 8
0
votes
1 answer

jQuery mmenu - option to have active menu pre-opened

Does anybody know if there is an option in mmenu to have the current active menu pre-opened? A quick jQuery code snippet should suffice if not. Otherwise I'll code and post my own snippet later.
Francis Kim
  • 4,235
  • 4
  • 36
  • 51
0
votes
0 answers

How do I link to a Bootstrap Modal using jQuery mmenu?

I am using the jQuery mmenu plugin to develop a mobile site in conjunction with the twitter boostrap 3.0 CSS framework. I was wondering if there is a way to use the mmenu to link to a modal pop up. The current behavior I am seeing is that the…
lilasquared
  • 138
  • 1
  • 6