Skip to content

Instantly share code, notes, and snippets.

@benjamingr
Created May 6, 2015 10:30
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 benjamingr/bf199d640053ea497fde to your computer and use it in GitHub Desktop.
Save benjamingr/bf199d640053ea497fde to your computer and use it in GitHub Desktop.
$("button").click(function(){
$.get("demo_testA.html").then(function(res){
$("#div1").load("demo_testB.html", special_value);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment