When I set the AjaxCount to 0, my JavaScript Menus don't pop out anymore.
Return to Recent Questions
Q:
Whenver I choose the enable Ajax feature and set the AjaxCount
to 0, my menus don't pop out anymore. How do I get it to pop out?
A:
That variable set the maximal number of submenus that will be loaded
from server on your page.
If you don't know exact number of submenus you can set a big value for
this parameter.
If you set var dmAJAXCount=0; you cannot see you submenus.
To enable Ajax feature you should set, for example:
var dmAJAX=1;
var dmAJAXCount=100;
Return to Recent Questions
|