Team:Colombia/Team
From 2014.igem.org
(Difference between revisions)
Camilog137 (Talk | contribs) |
Camilog137 (Talk | contribs) |
||
Line 7: | Line 7: | ||
<div class="button-fill orange" ><div class="button-text">Scripting</div><div class="button-inside"><div class="inside-text"><a style="text-decoration: none; background-color: none; color: red;" href="https://2014.igem.org/Team:Colombia/Scripting">Go! </a></div></div></div> | <div class="button-fill orange" ><div class="button-text">Scripting</div><div class="button-inside"><div class="inside-text"><a style="text-decoration: none; background-color: none; color: red;" href="https://2014.igem.org/Team:Colombia/Scripting">Go! </a></div></div></div> | ||
</center> | </center> | ||
+ | |||
+ | |||
+ | <script> | ||
+ | $(".button-fill").hover(function () { | ||
+ | $(this).children(".button-inside").addClass('full'); | ||
+ | }, function() { | ||
+ | $(this).children(".button-inside").removeClass('full'); | ||
+ | }); | ||
+ | //@ sourceURL=pen.js | ||
+ | </script> | ||
+ | |||
+ | </html> |
Revision as of 02:13, 4 October 2014
iGEM team
<script>
$(".button-fill").hover(function () { $(this).children(".button-inside").addClass('full');
}, function() {
$(this).children(".button-inside").removeClass('full');
});
//@ sourceURL=pen.js </script>
</html>