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

add the "#{}" construct for JSP. #183

Closed xiangtao123 closed 9 years ago

xiangtao123 commented 9 years ago

fixed to :https://github.com/jquery/jquery-tmpl/issues/56

BorisMoore commented 9 years ago

Thanks. Is there a reason not to just use the {{= ... }} syntax in this scenario, rather than providing a third alternative syntax for the same scenario? ${...}. #{...} and {{=...}}

xiangtao123 commented 9 years ago

I actually wanted to customize this prefix. thank you!