i need to display the parent and child value. but here i have got the value only one side. but i need both sides.
for example:
i have list like below:
title1
yellow
pink
title2
green
rose
if i drag the yellow and place it into title2. then i have to display the value of parent and child like this
title1_pink(yellow drag and placed it into title2)
title2_green
title2_yellow
title3_rose
here fiddle link: http://jsfiddle.net/thilakar/mwypv/16/
You could do:
Fiddle here: http://jsfiddle.net/nicolapeluchetti/mwypv/17/