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

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

Deploying Qt Application on Android is really slow? -