Skip to content

Instantly share code, notes, and snippets.

@pr00thmatic
Created May 30, 2015 14:35
Show Gist options
  • Save pr00thmatic/cf04d5d15ea6c605fe24 to your computer and use it in GitHub Desktop.
Save pr00thmatic/cf04d5d15ea6c605fe24 to your computer and use it in GitHub Desktop.
JQuery's load: append instead of replacing.
$( 'body' ).append($('<div>').load('lol.html'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment