Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

tjelen/jquery-mt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

jquery-mt

Micro-templating plugin for jQuery. Lightweight, no precompilation. Probably more useful for quick compilation of dynamic strings than for HTML templating.

Usage

$.mt("http://twitter.com/search/realtime/?q={{user.first}}%20{{user.last}}", { user: {
  first: "Adam",
  last: "Brown"
}})

About

Micro-templating plugin for jQuery

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published