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

mmenu clone for different cscreen sizes

I want to be able to clone my menu so that I can use it with a different ID for larger screen sizes - I can see clone = true in the options, but I don't understand how to use it? Can anyone expand on the usage of this? Thanks Andy
user3441155
  • 97
  • 2
  • 9
0
votes
1 answer

jQuery - who is blocking my events?

I'm using the mmenu plugin on a page that's based on jquery-mobile. Mmenu gives me left and right sliders which work fine except for when I try to open a 'mobile-style' popup window. These messages / events aren't getting out. I have other popup…
ethrbunny
  • 10,379
  • 9
  • 69
  • 131
0
votes
0 answers

Video.js Conflict with Slidebars.js Or Mmenu.js

Im doing a video site and required to have video.js on the site. But i also need a push menu so i used first mmenu. The problem is my video player stops when the js of mmenu is loaded. Same happens when i tried slidebars.js. When i remove them the…
Jayson
  • 23
  • 1
  • 7
0
votes
2 answers

How to make mmenu trigger newly added items (selected functionality)

I'm using http://mmenu.frebsite.nl/ and it works great. However, when adding items dynamically to a menu, the selected class does not work for these dynamic added items. The code looks something like this: HTML
innersky
  • 1
  • 1
0
votes
3 answers

Add a fixed logo to top of jquery menu?

Does anyone know if it's possible to add a logo/image to the top of a jquery mmenu that stays fixed while submenus are accessed? I've tried using the headers add-on, but have had zero luck getting that to work even with just text. Any help would be…
RolloTomasi
  • 51
  • 1
  • 5
0
votes
1 answer

jquery mmenu item to open submenu on click instead of being link?

I had problem that mmenu seems according to tutorial to assume that all menu items are link. I wanted mmenu to open submenu on click instead of behaving like a link (as in mmenu tutorial).
Mladen Adamovic
  • 3,071
  • 2
  • 29
  • 44
0
votes
0 answers

How to trigger update in mmenu after dynamic list update

I am using the mmenu plugin found here http://mmenu.frebsite.nl/. It works with a pre-defined list. I am using for a contact list where users change state regularly. I have tried the below function to update the list dynamically but the mmenu plugin…
Vince Lowe
  • 3,521
  • 7
  • 36
  • 63
0
votes
3 answers

jquery.mmenu + TYPO3

to use the great mmenu with TYPO3 (v6.2.1) I generate two different menus (TMENUS) with TYPO3: - desktop menu (with opening and closing submenus) - mobile menu (with all levels open at once) With css media queries I hide the desktop during mobile…
Robert
  • 561
  • 3
  • 20
0
votes
2 answers

mmenu is not initializated under angularjs

I am developing a mobile application with left and right drawer, using mmenu (http://mmenu.frebsite.nl/) it is working fine till I've decided to populate items of the right menu on the fly. My app is based on angularjs and all directives of…
jmhostalet
  • 4,399
  • 4
  • 38
  • 47
0
votes
5 answers

Jquery mmenu - Reset menu to main level on close

I currently have mmenu as my mobile menu. I need to be able to reset my menu to the first level upon close. As of now the default functionality leaves me where I left off while navigating deeper into the sub-level after closing the menu and…
0
votes
1 answer

mmenu - newbee - no errors, just doesn't open?

beginning to rework site to be responsive ... yeah yeah... Anyway - have played with several menu plugins - all have worked but really like the look and robustness of mmenu so began playing with it. All seems to load ok ... but it just never opens…
0
votes
2 answers

jQuery mmenu moves page content

I do use mmenu first time on an Project and there is one thing that isn't really working, I think it's mmenu's CSS. Here's the URL: http://1pager.gut-entwickelt.de/ When you open the mmenu, the pages content moves a little bit. How can this be…
lippoliv
  • 727
  • 2
  • 11
  • 28
0
votes
2 answers

MMenu plugin don't opens to right in Mobile

After searching the web I found that the best menu for mobile is the mmenu.frebsite.nl. The mmenu has "Advanced" option to open the menu on the left or right, and it does working in desktop version, but when checked on mobile (iphone and android),…
DanielaB67
  • 446
  • 6
  • 14
0
votes
1 answer

Detect if jQuery MMenu is open/active?

I'm using jQuery MMenu and need to use the API to detect whether or not the menu is open. I've looked over their Events page, but I cannot figure out how to get it's status. Will someone please give me an example of how to do this?
Stevo
  • 99
  • 2
  • 9
0
votes
2 answers

Trying to integrate the mmenu.js(off canvas menu) into my site, having trouble with my sticky footer

I'm trying to add a off canvas menu into my site and the one I picked was the mmenu(http://mmenu.frebsite.nl/index.php). Everything else other then my footer works. I have a sticky footer in the site and every time the menu is clicked open the…
user1493948