The original official jQuery Templates plugin. This project was maintained by the jQuery team as an official jQuery plugin. It is no longer in active development, and has been superseded by JsRender.
3.23k
stars
1.01k
forks
source link
refactor to enable pluggable script dialects via public compileTemplate() method #121
Self-explanatory. Would be great to slip this in before 1.0 final, so that we can more easily override the private buildTmplFn method to compile the template.
add public compileTemplate() method and add optional tmplType arg to template() to ease integration of other template script dialects.
Thanks for taking the time to submit this pull request. Unfortunately this plugin is no longer being actively developed or maintained by the jQuery team. See README for more info.
Self-explanatory. Would be great to slip this in before 1.0 final, so that we can more easily override the private
buildTmplFn
method to compile the template.add public
compileTemplate()
method and add optionaltmplType
arg totemplate()
to ease integration of other template script dialects.