Tagged Questions
4
votes
1answer
4k views
jQuery UI: sortable('toArray') returns an empty array
This has me stumped. The follow code returns ",,,,,,":
<script type="text/javascript">
$(function() {
$('#listB').sortable({
connectWith: '#listA',
update: function(event, ui) {
var ...