Skip to content

makielab/list.underscore.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

list.underscore.js

Underscore templating plugin for list.js.

Instead of relying on class names:

var options = {
    item: "<li><span class='name'></span><span class='city'></span></li>"
}

with this plugin you can do:

var options = {
    item: "<li><%= name %><%= city %></li>"
}

Enable like so:

var options = {
    engine: "underscore"
}

About

Underscore templating plugin for list.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published