Skip to content

Instantly share code, notes, and snippets.

@40
Created February 29, 2012 21:45
Show Gist options
  • Save 40/1944669 to your computer and use it in GitHub Desktop.
Save 40/1944669 to your computer and use it in GitHub Desktop.
AJAX load html file into div (jquery)
$('#result').load('ajax/test.html', function() {
alert('Load was performed.');
});
@MadrinNancy256
Copy link

Really thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment