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.
When adding 10,000 items to an unordered list, jquery-tmpl basically locks up Chrome. It never finishes. If I build the same thing using simple string substition it takes about four seconds. Am I doing something wrong?
code example
When adding 10,000 items to an unordered list,
jquery-tmpl
basically locks up Chrome. It never finishes. If I build the same thing using simple string substition it takes about four seconds. Am I doing something wrong?