Team:Wageningen UR/Templates/Page Footer
From 2013.igem.org
(Difference between revisions)
Karrenbelt (Talk | contribs) |
Karrenbelt (Talk | contribs) |
||
Line 3: | Line 3: | ||
$=jQuery.noConflict(); | $=jQuery.noConflict(); | ||
- | |||
- | |||
- | |||
$('h1.firstHeading, #contentSub').remove(); | $('h1.firstHeading, #contentSub').remove(); | ||
Line 11: | Line 8: | ||
$(function ($) { | $(function ($) { | ||
jQuery(document).ready(function ($) { | jQuery(document).ready(function ($) { | ||
+ | $("#footer-box #footer:nth-child(2)").clone(true, true).contents().appendTo('#footer-box #footer:first-child'); | ||
+ | $("#footer-box #footer:nth-child(2)").remove(); | ||
$('#topmenu .project, ul.sub-project').hover( | $('#topmenu .project, ul.sub-project').hover( | ||
function() { | function() { |
Revision as of 01:20, 27 July 2013