Created
July 3, 2012 23:26
-
-
Save randallb/3044126 to your computer and use it in GitHub Desktop.
Playlist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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