Good morning,
I've a problem concerning the jQuery plugin isotope
.
As you can see here on jsfiddle I have a grid with dynamic layout (you can click on a div and the size and the layout changes).
Now I want to be able to sort the items
in an other order by using jQuerys sortable
.
Adding this to the code:
$container.sortable({
items: '.item'
});
Will make it draggable but without any sortable function.
What am I doing wrong?
TIA - With best regards, frgtv10