Skip to content

Instantly share code, notes, and snippets.

@cgkio
Created November 7, 2013 16:05
Show Gist options
  • Save cgkio/7357088 to your computer and use it in GitHub Desktop.
Save cgkio/7357088 to your computer and use it in GitHub Desktop.
Simple jQuery AJAX load on #id click event
$("#target").click(function() {
$("#result").load("ajax/test.html");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment