Skip to content

Instantly share code, notes, and snippets.

@0xRoch
Created April 1, 2011 14:32
Show Gist options
  • Save 0xRoch/898232 to your computer and use it in GitHub Desktop.
Save 0xRoch/898232 to your computer and use it in GitHub Desktop.
$(document).ready(function() {
$('.insite').live("click", function(ev) {
ev.preventDefault();
$('#content').load($(this).attr('href')+' #content');
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment