jPushMenu icon indicating copy to clipboard operation
jPushMenu copied to clipboard

Various slide menu

Results 27 jPushMenu issues
Sort by recently updated
recently updated
newest added

Hello, Thanks a lot for this! I really love it! I need that the menu doesn't close when i click inside... so i try this.. jQuery(document).ready(function($) { $('.toggle-menu').jPushMenu({closeOnClickInside: false}); });...

Now it closes when page scrolls, and when the opened menu has mouse click, it doesn't closes.

i have changed the 'closeOnClickLink' : closeOnClickOutside: true, closeOnClickLink : true to closeOnClickLink : flase but still not working when i click on URL the menu Disappears !

Added e.stopPropagation() for .cbp-spmenu class. It's possible clicking inside menu without close them. Standard tags working differently and menu disappear when you press them.

Tested these demos using iPhone Safari and Chrome. On mobile only, When further down the page and toggling the menu, the open menu gets partially cut off at the top....

Hi there, You've got `bower install` as the instruction, but it should be at least: `bower install jPushMenu` ;-)

How can we use this script with bootstrap navbar, same script start working on mobile view with same navbar menu items.

I was wondering if you could help me figure out how to get rid of the original menu that appears on hover for the secondary menu items. I am using...