Skip to content

Instantly share code, notes, and snippets.

@dejanmarkovic
Created December 10, 2013 17:00
Show Gist options
  • Save dejanmarkovic/7894067 to your computer and use it in GitHub Desktop.
Save dejanmarkovic/7894067 to your computer and use it in GitHub Desktop.
Load page with jQuery
$( "body" ).load( "page_name_here.php", function() {
alert( "Load was performed." );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment