Team:Wageningen UR/Templates/Page Footer

From 2013.igem.org

(Difference between revisions)
Line 3: Line 3:
$=jQuery.noConflict();
$=jQuery.noConflict();
-
 
-
$("#footer-box #footer:nth-child(2)").clone(true, true).contents().appendTo('#footer-box #footer:first-child');
 
-
$("#footer-box #footer:nth-child(2)").remove();
 
$('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