Skip to content

Instantly share code, notes, and snippets.

@ignacy
Created December 23, 2010 11:48
Show Gist options
  • Save ignacy/752871 to your computer and use it in GitHub Desktop.
Save ignacy/752871 to your computer and use it in GitHub Desktop.
loadandlive
$("#section_to_refresh").load(url+' #section_to_refresh>*','', function () {
$(".items_with_events").click(function() {
doStuff();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment