Sha256: f6acf0fead7c8c53aa8b4f8c958aa1ebee794c794b6f6dce64c9e51b5fc8e8c6
Contents?: true
Size: 752 Bytes
Versions: 73
Compression:
Stored size: 752 Bytes
Contents
I"ä(function() { var rotation; rotation = function() { $('#navigation-logo > .itsf-logo-38').rotate({ angle: 0, animateTo: 360, callback: rotation }); }; $(function() { $('a').click(function() { return rotation(); }); $('a *').click(function() { return rotation(); }); $('input[type="submit"]').click(function() { return rotation(); }); return $('#navigation-logo > .itsf-logo-38').rotate({ bind: { mouseover: function() { $(this).rotate({ animateTo: 180 }); }, mouseout: function() { $(this).rotate({ animateTo: 0 }); } } }); }); }).call(this); :ET
Version data entries
73 entries across 25 versions & 2 rubygems