Hi All, I'm new to Javascript in general, however I love jQuery and have a dozen cool things I want to do with it.
One thing I'd like to create is a sortable list using the interface.js that actually sorts. Imagine say three or more lists, with each item having a date. You could grab items from each list and drop them in another list, and it automagically is inserted in the correct area. The code to drag and drop is easily done, and searching this user group i found this: http://pastie.caboo.se/70105 However I need to be able to figure out a way to order the lists after a user drags and drops and item...