Skip to content

Instantly share code, notes, and snippets.

@40
Created February 29, 2012 21:45
Show Gist options
  • Select an option

  • Save 40/1944669 to your computer and use it in GitHub Desktop.

Select an option

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.');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment