mhussein
06-05-2015, 03:16 PM
1) Script Title:
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/flexdropdown.htm
3) Describe problem:
I'm using flexmenu Version 2.0 (April 16th, 2015): How I can change the main menu (not the sub-menu) to show-up onclick? I've replaced the below code:
this.triggerevt = (this.ismobile) ? "click" : "mouseenter"
with
this.triggerevt = (this.ismobile) ? "click" : "click"
But it also changed the sub-menu to click!
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/flexdropdown.htm
3) Describe problem:
I'm using flexmenu Version 2.0 (April 16th, 2015): How I can change the main menu (not the sub-menu) to show-up onclick? I've replaced the below code:
this.triggerevt = (this.ismobile) ? "click" : "mouseenter"
with
this.triggerevt = (this.ismobile) ? "click" : "click"
But it also changed the sub-menu to click!