Files
mozo-backend/app/assets/javascripts/supplier/foundation1/base.js.coffee
T

7 lines
172 B
CoffeeScript

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