Skip to content

Instantly share code, notes, and snippets.

@v-fedorov
Created June 4, 2013 16:36
Show Gist options
  • Save v-fedorov/5707405 to your computer and use it in GitHub Desktop.
Save v-fedorov/5707405 to your computer and use it in GitHub Desktop.
jQuery ->
$('#team_list').sortable(
axis: 'y'
items: '.item'
handle: '.handle'
update: ->
alert('updated!')
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment