BorisMoore / jquery-tmpl

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

Closed tribalvibes closed 13 years ago

tribalvibes commented 13 years ago

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.

rdworth commented 13 years ago

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.