Skip to content

Instantly share code, notes, and snippets.

@Frankobingen
Created July 3, 2016 15:17
Show Gist options
  • Save Frankobingen/84e99327bcab29ae9919c82b7c7098bd to your computer and use it in GitHub Desktop.
Save Frankobingen/84e99327bcab29ae9919c82b7c7098bd to your computer and use it in GitHub Desktop.
.done(function(data) {
data.forEach(function(el) {
$('#result-list').append('<li>' + el + '</li>')
})
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment