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

Common template language for server and client: DRY #88

Open yangjh opened 13 years ago

yangjh commented 13 years ago

the default view engine asp.net mvc3 use is razor, It will be nice I could use a common template that can be used by both clientside and serverside.

mikesamuel commented 13 years ago

This is on the slate in the draft spec. Specifically, we're trying to avoid too many dependencies on jQuery and any on the DOM so that jQuery templates can be run in node or other server side environments. Maybe comment on http://wiki.jqueryui.com/w/page/37898666/Template if that doesn't meet your needs.

rdworth commented 12 years ago

Thanks for taking the time to submit this issue. Just wanted to let you know this plugin is no longer being actively developed or maintained by the jQuery team. See README for more info.