Team:Georgia State
From 2013.igem.org
(Difference between revisions)
Line 5: | Line 5: | ||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" ></script> | <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" ></script> | ||
<script> | <script> | ||
- | $( | + | $("#Logo").rotate({ |
- | function() | + | bind: |
- | + | { | |
- | $( | + | mouseover : function() { |
- | } | + | $(this).rotate({animateTo:180}) |
- | ); | + | }, |
+ | mouseout : function() { | ||
+ | $(this).rotate({animateTo:0}) | ||
+ | } | ||
+ | } | ||
+ | |||
+ | }); | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 18:44, 3 June 2013