Skip to content

Instantly share code, notes, and snippets.

@kouphax
Created October 16, 2010 14:33
Show Gist options
  • Save kouphax/629842 to your computer and use it in GitHub Desktop.
Save kouphax/629842 to your computer and use it in GitHub Desktop.
// pull back the data
var todos = list.find("li").map(function () {
return $(this).tmplItem().data;
}).get();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment