File: doc-templates/default/tmpl/tutorial.tmpl

Recommend this page to a friend!
  Classes of Sebastian Schlapkohl   jQuery Annex   doc-templates/default/tmpl/tutorial.tmpl   Download  
File: doc-templates/default/tmpl/tutorial.tmpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: jQuery Annex
General purpose functions missing in jQuery
Author: By
Last change: Update of doc-templates/default/tmpl/tutorial.tmpl
Date: 18 days ago
Size: 321 bytes
 

Contents

Class file image Download
<section> <header> <?js if (children.length > 0) { ?> <ul><?js var self = this; children.forEach(function(t) { ?> <li><?js= self.tutoriallink(t.name) ?></li> <?js }); ?></ul> <?js } ?> <h2><?js= header ?></h2> </header> <article> <?js= content ?> </article> </section>