Template:RESET
From 2014.igem.org
(Difference between revisions)
Line 34: | Line 34: | ||
<!-- Remove all empty <p> tags -- | <!-- Remove all empty <p> tags -- | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
+ | |||
$(document).ready(function() { | $(document).ready(function() { | ||
$("p").filter( function() { | $("p").filter( function() { | ||
Line 39: | Line 40: | ||
}).remove() | }).remove() | ||
}); | }); | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function(){ | ||
+ | $("#content").removeAttr('style').css("width"," "); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
</script> | </script> | ||
Revision as of 12:34, 16 September 2014