Skip to content

Instantly share code, notes, and snippets.

@bittersweetryan
Created August 27, 2012 17:57
Show Gist options
  • Save bittersweetryan/3490857 to your computer and use it in GitHub Desktop.
Save bittersweetryan/3490857 to your computer and use it in GitHub Desktop.
jQuery Deferrds
var tweetClickHandler = function(e){
cleanDiv();
getTweets($(this).find('a').data('link'));
$tweetDiv.fadeIn('slow');
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment