Hi
im trying to using mega menu with multi levels that get the menu data from my database , the below is the code I have
<ul id="nav" class="hidden-xs">
<li id="nav-home" class="level0 parent drop-menu"><a href="index.html"><span>Home</span>
<!--<span class="category-label-hot">Hot</span> -->
</a>
<ul class="level1">
<li class="level1 first parent"><a href="#"><span>Link 1</span></a> </li>
<li class="level1 parent"><a href="#"><span>Link 2</span></a> </li>
<li class="level1 parent"><a href="#"><span>Link 3</span></a> </li>
...
Go to the complete details ...