How to build a Drag and Dropable Tree using Jquery for Menu?
- by Anil
Hi all i want to build a Menu Builder with drag and drop which i am trying to do like here is the jsfiddle of what i am trying to do This
and i want the functionality to be like This
i will have all products list on a side and i should have a Add column button ,when i click on Add Column button a div should open where i should be able to drag and drop my products like the above the first product i drop in a div should be main then i should be able to add child to that particular product i should be able to add any number of submenus to it
like this
div1
Mens
shoes
SportShoes
CasualShoe
Shirts
Casualshirts
div2
Womens
shoes
SportShoes
CasualShoe
Shirts
Casualshirts
this is what i have to do can any one help me doing this please