takien

Results 3 comments of takien

I'll try, but, can you figured out which part of your code causing this issue?, since there's no error or warning on the console.

Hi, you can disable it set closeOnClickOutside to false ``` jQuery(document).ready(function($) { $('.toggle-menu').jPushMenu({ closeOnClickOutside:false }); }); ```