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

Recommend this page to a friend!
  Classes of Sebastian Schlapkohl   jQuery Annex   doc-templates/default/tmpl/mainpage.tmpl   Download  
File: doc-templates/default/tmpl/mainpage.tmpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: jQuery Annex
General purpose functions missing in jQuery
Author: By
Last change: added cssTransition() for programmatic application and callbacks for
css transitions // build test case for cssTransition() // reworked /doc
to have more readable function nav and included documentation into
example page // branched jsdoc templates into own version and added it
to the repo // added configurable id regexes to isolateId() and
isPossibleId() to allow for searching for ids which are not integers
Date: 2 years ago
Size: 260 bytes
 

Contents

Class file image Download
<?js var data = obj; var self = this; ?> <?js if (data.kind === 'package') { ?> <h3><?js= data.name ?> <?js= data.version ?></h3> <?js } ?> <?js if (data.readme) { ?> <section> <article><?js= data.readme ?></article> </section> <?js } ?>