Skip to content

cesarcb/jquery-tmpl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A jQuery templating plugin - created for demonstration purposes.

// Appends one LI, filled with data, into the UL
$("ul").append( tmpl, dataObject );

// Appends multiple LI, filled with data, into the UL
$("ul").append( tmpl, arrayOfDataObjects );

A demo page using this plugin can be found here: http://infinity88.com/jquery-tmpl/movies/movies.htm

About

A templating plugin for jQuery.

Resources

Stars

Watchers

Forks

Packages

No packages published