Skip to content

Instantly share code, notes, and snippets.

@randallb
Created July 3, 2012 23:26
Show Gist options
  • Save randallb/3044126 to your computer and use it in GitHub Desktop.
Save randallb/3044126 to your computer and use it in GitHub Desktop.
Playlist
replaceMethod = function(entry) {
entry.parent.$el.fadeOut(250,function(){
entry.parent.$el.html(entry.$el.html());
entry.parent.$el.fadeIn(250);
});
};
exports.add = replaceMethod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment