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
23
votes
2 answers

Bootstrap 3.0 Sliding Menu from left

I've implemented a sliding menu from left to right in my bootstrap 3.0 website using mmenu. However, the performances in Android (samsung galaxy) are not ideal. I also have a default collapsing menu (nav- dropdown) which perform much better. I was…
9
votes
3 answers

Callback event when jQuery 'mmenu' opened

Using the jQuery mmenu plugin I need to call a JavaScript function after the menu has finished opening. I can't see from the API documentation how to do this using the plug-in API, so I'm thinking perhaps the only option is to observe the class…
Dan
  • 5,836
  • 22
  • 86
  • 140
6
votes
2 answers

Callback event when jQuery 'mmenu' closed

Using the jQuery mmenu plugin, I need to call a JavaScript function either after the menu has finished closing or simultaneously. In the documentation I can't see any suggestion for closing entire menu but only for closePanel. I need to insert in…
RobertD
  • 61
  • 1
  • 3
6
votes
2 answers

Is there a callback or any other way to execute a function after the jQuery mmenu has plugin finished activation?

I'm firing the plugin on click. $('#activate_mmenu').on('click', function(){ $('#menu').mmenu(); }); is there a way to bind another function after the plugin has been activated? something like this: $('#activate_mmenu').on('click', function(){ …
6
votes
2 answers

How to change the jquery mmenu to open from the right?

I'm trying to create a custom behaviour to mmenu to open from the right side of the website. There is any guide on how to change such thing? Here is what I got so far. http://codepen.io/davo/pen/krxLw Anyway, I'll keep working on this, if I find a…
pixelbeat
  • 95
  • 1
  • 6
5
votes
1 answer

Right approach to apply a HTML/CSS/JS theme to an React app

I've been trying to apply a template I bought on themeforest.net to my React web app. Converting template's HTML/CSS part to React components is relatively easy, however, I found it challenging to get the jQuery part to work. The template uses…
Chris Chen
  • 5,307
  • 4
  • 45
  • 49
5
votes
1 answer

mmenu searchfield: search form and position

I'm using the mmenu jquery plugin for my website. Now I have noticed that the searchfield in the newest version can be configured as a search form. 1.How do I realize that? My normal search form looks like that:
Marc
  • 91
  • 1
  • 6
5
votes
6 answers

bootstrap modal and mmenu menu clashing

I'm designing a site using bootstrap and mmenu libraries. I'm trying to add a bootstrap modal that opens when clicking a button in mmenu. The modal doesn't close when clicking close, pressing ESC and clicking outside the modal. I tried writing a…
MJH
  • 839
  • 1
  • 17
  • 37
5
votes
2 answers

How to change title of menu in jQuery mmenu

I have been trying to configure and use Mmenu for a while now, and cant seem to figure out how to change the title of the menu, I can't seem to find a way to change it from "Menu", I have tried different things from the documentation etc, with no…
Terry Anderson
  • 89
  • 2
  • 10
5
votes
1 answer

mmenu not working even with the sample code

I am trying to integrate the mmenu to a mobile website I am currently developing with jQuery and jQuery Mobile but I cant seem to make it run even with the most basic code as explained in the documentation. Here is my entire code…
idelara
  • 1,786
  • 4
  • 24
  • 48
4
votes
1 answer

Fix Bootstrap Modal with mmenu

Bootstrap Modal loads at top of the page while using mmenu. here is the link for mmenu MMenu Link First Image Second Image here is my code modal added in mmenu.
Rohit Shrestha
  • 220
  • 1
  • 5
4
votes
1 answer

How to avoid jQuery mmenu scroll to top on opening

I'm using mmenu context menu (comes from the bottom of the screen) on a list. when i'm scrolling down the page, and then fires the menu, on the open action the page is scrolled to the top. How can I avoid the scrolling? Thanks
Shahar
  • 541
  • 2
  • 7
  • 22
4
votes
1 answer

jquery.mmenu not working with exact same demo code

http://mmenu.frebsite.nl/ Local version of the menu works Doesn't work when uploaded onto my server. However, the demo version it comes with still works... Error it gives is Uncaught TypeError: undefined is not a function for the .mmenu()…
Travis Sun
  • 63
  • 1
  • 7
4
votes
5 answers

Using mmenu plugin -- how to remove for desktop?

I am trying out the mmenu plugin (http://mmenu.frebsite.nl/) and am super excited about it. I have it working for my responsive site... The only problem is that, when I go from a width with the mmenu working to a desktop view (like say 768px to…
relish27
  • 49
  • 1
  • 5
4
votes
1 answer

Bootstrap 3 and mmenu

I would like to implement mmenu to Bootstrap 3 but I'm stuck. I want to have the top navigation and when collapsing I want it to change to left sliding menu. Thanks in advance for the help. EDIT: I made this:…
1
2 3
22 23