menu is not unfolding even after clicking a item

Hi,
Even after selecting a item menu drop down list is still displaying until i remove cursor from item…it is working fine if i remove setHref method…but i need to set hyperlink
thanks in advance


Hi,

you may modify the dhtmlxmenu.js. Locate this._doOnClick = function(id, type, casState) { … method and comment “return” here:

this._doOnClick = function(id, type, casState) { .... form.submit(); if (form != null) { document.body.removeChild(form); form = null; } //return; } ... }