Skip to content

Instantly share code, notes, and snippets.

@Frankobingen
Created July 3, 2016 15:44
Show Gist options
  • Save Frankobingen/60a1a6ff12f9ea1c19394efd738824d6 to your computer and use it in GitHub Desktop.
Save Frankobingen/60a1a6ff12f9ea1c19394efd738824d6 to your computer and use it in GitHub Desktop.
// Erzeugt <li>Frank</li><li>Lucas</li>
$('#result-list').append(j2h.transform({
li: '${{name}}'
},[
{name: 'Frank'}, {name: 'Lucas'}
]));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment