Team:Georgia State
From 2013.igem.org
(Difference between revisions)
Line 23: | Line 23: | ||
<script src="https://googledrive.com/host/0B4nfVqlTfnTzcWFJaDlrWDg0Z2M"></script> | <script src="https://googledrive.com/host/0B4nfVqlTfnTzcWFJaDlrWDg0Z2M"></script> | ||
<script> | <script> | ||
- | $( document ).ready(function() { | + | $(document).ready(function() |
- | + | { | |
- | + | $("#imgAnimate").hover( | |
- | + | function() | |
- | + | { | |
- | + | $(this).attr("src", "https://googledrive.com/host/0B4nfVqlTfnTzMFB3cGlCWXRMc2M"); | |
- | + | }, | |
- | + | function() | |
- | + | { | |
- | + | $(this).attr("src", "https://googledrive.com/host/0B4nfVqlTfnTzZzhNTVhaemQ4QTg"); | |
- | + | }); | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
}); | }); | ||
</script> | </script> |
Revision as of 18:32, 15 May 2013