I declare my love for jQuery. I love jQuery like no other javascript library.
I needed to build a page with two sortable lists where items could be dragged between the two lists.
Do you have any idea how easy this was to achieve with jQuery????
Super simple with jQuery & jQuery ui. Just make your lists using normal bullet list html syntax, add script references to the jQuery, ui base and sortables js files, and add two lines of javascript to make the lists sortable.
Don’t believe me - go see for yourself…