Sortable serialize?
Sortable serialize?
Can someone explain me how does .sortable("serialize") work. Docs
weren't really helpful :) Following code does not log anything when
sorting. On what element should i call .sortable("serialize")?
$(function() {
$(".sortable").sortable({
axis : "y",
containment : "parent",
update : function(element, ui) {
console.log($(this).sortable("serialize"));
}
});
});
--
Mika Tuupola
http://www.appelsiini.net/