Template:Montgomery Cougars NJUSA/Common JS

From 2014hs.igem.org

Revision as of 14:02, 30 March 2014 by Casey.chow (Talk | contribs)

/* JS */

   $(document).ready(function() {
       $("p").filter( function() {
           return $.trim($(this).html()) == ;
       }).remove()
   });