I\'m taking a look at jQuery templates. It looks really interesting - easy syntax, easy to use, very clean.
However, I can\'t really see why it\'s better to use jQuery
One example is when you want to display a number of rows initially, but then also add/remove single rows over the course of the page view (think displaying and then editing an invoice document). Having the granular control to be able to render a single row at a time gives you the ability to significantly improve the responsiveness of your app.