Files
mozo-backend/app/assets/javascripts/supplier/base.js.coffee
T
2012-12-03 18:39:36 +01:00

7 lines
172 B
CoffeeScript

jQuery ->
$('#product-category-list').sortable
axis: 'y'
handle: '.handle'
update: ->
$.post($(this).data('update-url'), $(this).sortable('serialize'))