Skip to content

Instantly share code, notes, and snippets.

@kaddopur
Created October 10, 2015 12:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaddopur/59c1e7645e9913354206 to your computer and use it in GitHub Desktop.
Save kaddopur/59c1e7645e9913354206 to your computer and use it in GitHub Desktop.
$.get( "your_partial.html", function( data ) {
$( "#your_div" ).html( data );
alert( "Load was performed." );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment