[jQuery] Interface Sortables - Two Separate Lists?
Also, I'm getting IE to crash (say that the page cannot be displayed) on
this code:
$('#homeleft').Sortable(
{
accept: 'homepagesort',
helperclass: 'sorthelper',
handle: '.handle',
fit: true,
onchange: function(s) {
serial = $.Sortserialize('homeleft');
alert(serial.hash);
}
}
);
Seems to work fine in Firefox (other than it being mixable with another
sortable). I'm just sorting divs with text inside of them.
-Brandon