Trying to learn this: http://jqueryui.com/demos/draggable/ which for the most part seems simple enough but not being very well versed in javascript I was looking for some help on handling certain events when an item is dropped… for example when one item is put somewhere a different specific droppable element should move/be cloned to another specific area.
Also since I’m going to have a dynamic number of these elements all with specific target locations am I going to need a specific function for each element?