Team:Cornell/sandbox

From 2013.igem.org

(Difference between revisions)
Line 319: Line 319:
// remove all empty <p> tags
// remove all empty <p> tags
     $(document).ready(function() {
     $(document).ready(function() {
-
alert("hi");
 
         $("p").filter( function() {
         $("p").filter( function() {
             return $.trim($(this).html()) == '';
             return $.trim($(this).html()) == '';
         }).remove()
         }).remove()
 +
alert("hi");
     });
     });

Revision as of 03:47, 29 December 2013

Parallax Test

Whee

Project