Repository URL to install this package:
|
Version:
0.0.2 ▾
|
jQuery ->
if ($('#item_group_items').length > 0)
$("#item_group_items tbody").sortable({
axis: 'y',
update: ->
$.post($('#item_group_items').data('update-url'), $(this).sortable('serialize'))
}).disableSelection();