Hello list. After playing around with some jQuery draggable examples, I would like to know how you trap for the location of the new object? What I would like to do is create a site where the user has a list of files (word, text, excel, pdf) represented visually by a series of icons. Via their browser, I want them to be able to drag those icons to a 1 of multiple "rolodex" cards. Each rolodex card is simply a rectangle with a persons contact information on it. When dragged to this rolodex card, I want to be able to story a reference to the original on this rolodex card... perhaps, just the path of the file to where it resides on the web server. Can this be done with jQuery?
Thanks. --Rick