Skip to content

Instantly share code, notes, and snippets.

@ArunGupta25
Created June 10, 2012 22:09
Show Gist options
  • Save ArunGupta25/2907494 to your computer and use it in GitHub Desktop.
Save ArunGupta25/2907494 to your computer and use it in GitHub Desktop.
$('h2 span#album_expand a').click(function() {
var url=$(this).attr('href');
var id = url.split('/').pop();
$('div#'+id).load(url);
return false;
}); //end click
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment