html - Jquery drill down menu item binding dynamically -


i need fill jquery drill down menu item dynamically database.
in menu number of category has decide per data in database

refereed link : http://www.designchemical.com/lab/jquery-drill-down-menu-plugin/getting-started/

<ul>      <li><a href="#">mobile phones &#038; accessories</a>             <ul>                 <li><a href="#">product 1</a>                    <ul>           <li><a href="#">part a</a>              <ul>                               <li><a href="#">sale</a>  <ul> 

i need fetch , display database, there way implement ?

thanks suchith


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -