How to build a Drag and Dropable Tree using Jquery for Menu?
Posted
by
Anil
on Stack Overflow
See other posts from Stack Overflow
or by Anil
Published on 2012-10-27T04:58:00Z
Indexed on
2012/10/27
5:00 UTC
Read the original article
Hit count: 158
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
© Stack Overflow or respective owner