| 
      Return to Recent Questions Only the first 8 items only get loaded in ajax dropdown menu. 
 
 Q:
 I just discovered your product and I think it is fabulous! I
 would like to buy it, but have one issue which is strange:
 
 I have a list of 12 items, each with a submenu that is loaded
 using the ajax technology. The submenues are loaded correctly for
 the first 8 items, but not for the last 4 items. I can switch items
 around, always the first 8 only get loaded. Is there a limitation to
 8 items?
 
 
 A:
No, there is no such limitation.
 
 Please, check the following parameter:
 var dmAJAXCount=0;
 
 That variable set the maximal number of submenus that will be loaded
from server on your page.
 
 
 
 
 
 Return to Recent Questions
 
 
 |