am a beginner, writing one interface to create a dynamic menu(cascading) using html, javascript & css3 based on the menu items given by the server. what is the best approach to encounter this scenario. awaiting your value input on this. thank you all.
am a beginner, writing one interface to create a dynamic menu(cascading) using html, javascript
Share
Define a
divfor the menu and maybe aul-lilist for the menu or define thedivhierarchically to match the levels in your menu and define the styles to the divs and add the javascript or jquery to the div or ul id. Think this is what you need.