Using Draggable with Sortable Widgets, making unexpected response
Hello, There!
Please check the link below, to see what I'm talking about.
I'm trying to make a list of items (draggable list), and another sortable list.
I used the receive event to detect the new item and add css (color: red)..
what i expected: is that, the new item in the list will get that css color.
but: it just apply that css effect to the original item
http://jsfiddle.net/Husamuddin/262cf/2/