Skip to content

Instantly share code, notes, and snippets.

@colmtuite
Created March 24, 2017 00:08
Show Gist options
  • Save colmtuite/6b26191a23b9ec57f70fa6b3818ab892 to your computer and use it in GitHub Desktop.
Save colmtuite/6b26191a23b9ec57f70fa6b3818ab892 to your computer and use it in GitHub Desktop.
var cards = $.map(ui.item.parent('.js-CardsContainer .js-CardContainer'), function(el) {
return {
list_id: list_id,
order: $(el).index()
};
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment