Skip to content

Instantly share code, notes, and snippets.

@fchevitarese
Created June 24, 2015 16:05
Show Gist options
  • Save fchevitarese/c4d6223d08cbb1cdd57e to your computer and use it in GitHub Desktop.
Save fchevitarese/c4d6223d08cbb1cdd57e to your computer and use it in GitHub Desktop.
$.each(harvests, function() {
var tmparray = [];
tmparray.push(this.uuid);
tmparray.push(this.date);
tmparray.push(this.device);
$.each(questions, function() {
tmparray.push(this.name);
})
data.push(tmparray);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment