Skip to content

Instantly share code, notes, and snippets.

@abachuk
Created June 14, 2013 20:24
Show Gist options
  • Save abachuk/5784985 to your computer and use it in GitHub Desktop.
Save abachuk/5784985 to your computer and use it in GitHub Desktop.
var template = _.template($('#template-in-script').html());
$('#placeholder-container').html(template(data));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment