Team:British Columbia/Templates/Footer
From 2014.igem.org
(Difference between revisions)
Line 3: | Line 3: | ||
<div class="container" id="sponsors"> | <div class="container" id="sponsors"> | ||
+ | <!-- ================= From SDU-Denmark: Remove all empty <p> tags ============== --> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function() { | ||
+ | $("p").filter( function() { | ||
+ | return $.trim($(this).html()) == ''; | ||
+ | }).remove() | ||
+ | |||
+ | $('.scrollup').fadeOut("slow"); | ||
+ | |||
+ | $('.scrollup').click( | ||
+ | function (e) { | ||
+ | $('html, body').animate({scrollTop: '0px'}, 800); | ||
+ | } | ||
+ | ); | ||
+ | |||
+ | |||
+ | }); | ||
+ | |||
+ | |||
+ | </script> | ||
<footer> | <footer> | ||
<p>© 2014 UBC iGEM</p> | <p>© 2014 UBC iGEM</p> |
Revision as of 03:11, 18 October 2014