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});
});
But it close when i cick...
I need it because i have a textbox in the menu to search... and when i click in the textbox.. the menu close...
thanks
Pascal
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});
});
But it close when i cick...
I need it because i have a textbox in the menu to search... and when i click in the textbox.. the menu close...
thanks
Pascal