Created
March 24, 2017 00:08
-
-
Save colmtuite/6b26191a23b9ec57f70fa6b3818ab892 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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