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

Recommend this page to a friend!
  Classes of Sebastian Schlapkohl   jQuery Annex   doc-templates/default/tmpl/type.tmpl   Download  
File: doc-templates/default/tmpl/type.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/type.tmpl
Date: 19 days ago
Size: 220 bytes
 

Contents

Class file image Download
<?js var data = obj; var self = this; data.forEach(function(name, i) { ?> <span class="param-type"><?js= self.linkto(name, self.htmlsafe(name)) ?></span> <?js if (i < data.length-1) { ?>|<?js } ?> <?js }); ?>