Du ser en gammel version af denne side. Se den nuværende version.

Sammenlign med nuværende Vis sidehistorik

« Forrige Version 3 Næste »

This hides the Comments at the Page bottom

Name

hide-hildren

Macro Body Processing

No Macro Body

Usage

{hide-children}

Closely related to User Macro: hide-title-text and User Macro: hide-comments

Code

## @noparams
<script>
AJS.toInit(function() {
 AJS.$("#children-section").css("display","none");
 });
</script>


  • Ingen etiketter