Skip to content

Instantly share code, notes, and snippets.

@gladchinda
Created June 6, 2018 21:09
Show Gist options
  • Select an option

  • Save gladchinda/b18e7730468cee348b1e9016c92df916 to your computer and use it in GitHub Desktop.

Select an option

Save gladchinda/b18e7730468cee348b1e9016c92df916 to your computer and use it in GitHub Desktop.
$('#button').on('click', function(evt) {
evt.preventDefault();
var content = $('<h1>Random Post Title</h1><p>Random post text.</p>');
$('#element').append(content);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment