Skip to content

Instantly share code, notes, and snippets.

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