Sunday, April 10, 2011

JS / JQuery: Sync two lists / containers with drag and drop

Given the following HTML when you want to sync the drag and drop reordering of the UL to the child divs of div_container:



This code will do it:



You can attach the same metodology to div_container to make it fll duplex :)

No comments:

Post a Comment