Latin America/Templates/Header

From 2013.igem.org

(Difference between revisions)
Line 114: Line 114:
     $(document).ready(function() {
     $(document).ready(function() {
         $("p").filter( function() {
         $("p").filter( function() {
 +
            return $.trim($(this).html()) == '';
 +
        }).remove();
 +
        $("div").filter( function() {
             return $.trim($(this).html()) == '';
             return $.trim($(this).html()) == '';
         }).remove()
         }).remove()

Revision as of 05:13, 14 August 2013

Retrieved from "http://2013.igem.org/Latin_America/Templates/Header"