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
4
votes
0 answers

jquery mmenu from frebsite doesn't work in landscape orientation on mobile (android)

ok, so I'm using this plugin for a website I'm developing and I came across a tricky bug. the menu won't work on android on landscape orientation. when one of the buttons who trigger the expanding menu is pushed (tapped) the menu opens, but when I…
andreib
  • 117
  • 1
  • 6
4
votes
2 answers

How to update/reinitiate mmenu?

I've tried using the jQuery.mmenu-plugin, found here http://mmenu.frebsite.nl/. It works great with pre-defined lists, but how do I handle lists which are updated with jQuery? Here's an example of an initialized mmenu:
4
votes
2 answers

mmenu menu system not working within .Net form tag

am currently looking to implement the mobile menu system mmenu (http://mmenu.frebsite.nl/) into our Asp.Net site. Works great on an HTML page and also in the Master page, so long as it's outside the form tag. When I put it within the form tag it no…
3
votes
1 answer

Populate JSON file data into Array then feed Array into mmenu plugin

I am trying to read a JSON file(menu.json) to an array(myList) in order to run a function(PopulateRecords) that will populate my jQuery menu plugin with lines of HTML. This ideally would allow me to dynamically change my menu options by only having…
Bill Smith
  • 79
  • 9
3
votes
7 answers

Rails with mmenu/sidr with Jquery and Turbolinks issue

I haven't been able to get to the bottom of this but there was suspicion that turbolinks was the culprit. Changing menus just to make sure it wasn't some odd mmenu issue. I open the page, click the menu button - it works, it opens the side menu, I…
Clam
  • 935
  • 1
  • 12
  • 24
3
votes
2 answers

jQuery mmenu makes page automatically jump to top

for a university project I am trying to implement a mobile menu to a responsive website. To do this I used the jQuery plugin mmenu. Everything seems to work fine except for one thing: Whenever I open the menu it scrolls to the top of the page…
mikethehud
  • 43
  • 5
3
votes
0 answers

mmenu.js - Use Dynamic DOM Elements for Search

I really love the mmenu.js plugin. It's so slick and has a wealth of extremely helpful features. I'm having a small problem with the search function, though. When I add any elements to the mmenu with javascript, they're unavailable for…
CDoe
  • 276
  • 1
  • 8
3
votes
1 answer

Jquery mmenu not working when two menu instances on the same page

I'm using the plugin mmenu (http://mmenu.frebsite.nl/) to create slide-out menus on a site. I have created both left and right-side menus. On page load I'm initializing my two menus like…
Bob Meador
  • 155
  • 4
  • 8
3
votes
2 answers

Use searchfield in mmenu for normal search

I'm trying to implement the mmenu (http://mmenu.frebsite.nl/) for my homepage. In the advanced example there is a searchfield, that searches the menus content. I wonder if the searchfield instead could be used as a normal search on the homepage…
Joe Paulsson
  • 33
  • 1
  • 3
2
votes
1 answer

mmenu Sidebar-Plugin not working properly (initial state closed)

Im using the jquery mmenu plugin with the sidebar addon (https://mmenujs.com/docs/addons/sidebar.html). Unfortunately I'm having trouble getting the intital state to work properly. const menu = new Mmenu( "#menu", { counters: { …
kollew
  • 41
  • 3
2
votes
0 answers

mmenujs Links are not crawlable and does not use passive listeners to improve scrolling performance

Running google lighthouse performance and SEO test on mmenujs.com (which is using mmenu.js) yields both following errors: Does not use passive listeners to improve scrolling performance Links are not crawlable Both errors originate from the mmenu.js…
2
votes
3 answers

How can I keep my classes from being removed from mmenu Plugin?

I am currently working with the mmenu jquery plugin. http://mmenu.frebsite.nl/documentation/core/off-canvas.html Is there way to keep my class names that use in my navigation items when the mmenu plugin is triggered? They are removed and i have…
ZMoodie
  • 41
  • 5
2
votes
2 answers

jQuery mmenu open submenu from outside the menu structure

I'm trying to figure out a way to trigger a submenu from outside the mmenu structure. Opening a submenu with a link directly refering to the mmenu id, doesn't work:
Roddeh
  • 207
  • 1
  • 6
  • 19
2
votes
0 answers

Nested lists in mmenu

I'm using the mmenu plugin for off-canvas navigation. On mobile the main menu slides in from the left when a toggle button is clicked. On desktop I hide the toggle and the menu is displayed across the top of the browser. To keep things simple I've…
user1406440
  • 1,329
  • 2
  • 24
  • 59
2
votes
3 answers

Trigger a closing function in mmenu

I've been trying to create a button that animates when the menu opens and closes. To do this I created a simple function to execute API.open(); and API.close(); when the button is clicked. Code: var API = $("#primary-menu").data( "mmenu" ), …
Whip
  • 1,891
  • 22
  • 43
1
2
3
22 23