Skip to content

Instantly share code, notes, and snippets.

@ronipl
Created June 14, 2019 09:25
Show Gist options
  • Save ronipl/176913b43e6eb0b1440cca3dbf87bfcd to your computer and use it in GitHub Desktop.
Save ronipl/176913b43e6eb0b1440cca3dbf87bfcd to your computer and use it in GitHub Desktop.
$('#where-to-append').append(
`<div class="container">
<p>${obj.content}</p>
</div>`
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment