Skip to content

Instantly share code, notes, and snippets.

@nhunzaker
Created May 2, 2012 14:30
Show Gist options
  • Save nhunzaker/2576925 to your computer and use it in GitHub Desktop.
Save nhunzaker/2576925 to your computer and use it in GitHub Desktop.
$("button").click(function(){
 $("#container").load('demo_ajax_load.txt #container');
});
@elnatnal
Copy link

elnatnal commented May 2, 2012

$("a").live("click", function(){
    $("body").load("menu-list.html #container");
});

@nhunzaker
Copy link
Author

@elnatnal, give that a go.

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