Sha256: 9a25aba918f843c147c44444c974a4bf6ba47f82e5620de0efa228826bd16159
Contents?: true
Size: 487 Bytes
Versions: 54
Compression:
Stored size: 487 Bytes
Contents
SocialStream.Follow = (function(SS, $, undefined){ var initButtons = function(){ $(".following-button").mouseenter(function(){ $(this).hide(); $(this).siblings(".unfollow-button").show(); }); $(".unfollow-button").mouseleave(function(){ $(this).hide(); $(this).siblings(".following-button").show(); }); $(".unfollow-button").hide(); } $(function(){ SocialStream.Follow.initButtons(); }); return { initButtons: initButtons }; })(SocialStream, jQuery);
Version data entries
54 entries across 54 versions & 2 rubygems