Template:Caltech Menubar

From 2012.igem.org

(Difference between revisions)
Line 8: Line 8:
/* This is a comment in css */
/* This is a comment in css */
/*Don't display the page title.  It is irrelevant.*/
/*Don't display the page title.  It is irrelevant.*/
 +
 +
<!-- Remove all empty <p> tags -->
 +
<script type="text/javascript">
 +
    $(document).ready(function() {
 +
        $("p").filter( function() {
 +
            return $.trim($(this).html()) == '';
 +
        }).remove()
 +
    });
 +
</script>
/* Removing wiki-like stuff */
/* Removing wiki-like stuff */

Revision as of 21:48, 10 July 2012