Here is my code:
$('ul').Sortable({
onchange: function(){alert('test');},
accept: 'image',
activeclass: 'activedrop',
hoverclass: 'hoverdrop',
helperclass: 'sorthelper',
tolerance: 'intersect',
opacity: .7
});
And of course the html looks similar to this:
<ul>
<li class="image"><img src=""> <li class="image"><img src=""></ul>
Any help will be greatly appreciated.
Thanks,
Kevin
_______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/