Skip to content

Instantly share code, notes, and snippets.

@levent
Created May 20, 2010 07:54
Show Gist options
  • Select an option

  • Save levent/407326 to your computer and use it in GitHub Desktop.

Select an option

Save levent/407326 to your computer and use it in GitHub Desktop.
# sample for /photos/15
$('#photo_holder').addClass('loading');
$('#photo_15').hide().attr('src', 'http://farm4.static.flickr.com/3531/3781017414_59dc185b46_b.jpg').load(function () {
$(this).fadeIn(800);
$('#photo_holder').removeClass('loading');
return(false);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment