Skip to content

Instantly share code, notes, and snippets.

@jalcine
Created May 4, 2014 03:31
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 jalcine/abb50ebd49d5d4a28212 to your computer and use it in GitHub Desktop.
Save jalcine/abb50ebd49d5d4a28212 to your computer and use it in GitHub Desktop.
Loading shit.
$('a[data-uri]').each(function(elem){
var $a = $(elem), theUrl = $a.attr('data-uri');
$('section#mother').load(theUrl);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment