JQuery - Sort with div

Can div layers be sorted? The examples only show the sorted list items.

I am currently using one function to manage dynamically created divs (based on MySQL result). This one function keeps the moving layers in one div.

0


a source to share


2 answers


Nevermind, I found a portlet demo, everything works fine.



-2


a source


The jQuery UI Sortable plugin should do what you want. The example uses divs, but should work on any type of DOM element.



+3


a source







All Articles