JavaScript Menu, DHTML Menu Powered By Milonic

 

 

 

Milonic Menu Select Box Sample 1. This sample emulates a select box within the Milonic Menu. The second menu shows that you can style the box for your site. The drop down select box opens and closes on click.       NEXT
Place the function at the top of the menu_data.js file.
function changeParentText()
{ 
   _i=getParentItemByItem(_itemRef) 
   _mi[_i][1]=_mi[_itemRef][1] 
    
   _item=gmobj("el"+_i) 
   _item.innerHTML=BDMenu(_mi[_i][0]) 
   itemOn(_i)    
}