Client Templating with jQuery
Posted by: Rick Strahls WebLog,
on 14 Oct 2008 |
View original | Bookmarked: 0 time(s)
jQuery makes it pretty easy to manipulate client side elements, so its not all that often that I think about using something like client side templating to get content loaded into pages. However, recently I have been working on a few apps that had fairly complex list based layouts and it started getting tedious to use manual code to update all the items. Further doing it by hand can be brittle if your layout changes as you have to keep the layout and the update code in sync. Templating can...