I want to use .css() to restyle list elements, i have 4 lists, they are connected. But i need to know where element dropped. I can read where it comes from with this code; ui.sender.attr('id') How can i now where it dropped?
i can list right and left, but when i drag and drop something from one to another, it's not working. is there any way to do that in jquery? can i get the information about where is the < li > ? how or where can i get the "where" columun?