#127: Basics of JavaScript Templating

CSS-Tricks Screencasts - A podcast by CSS-Tricks

Categories:

A template is a chunk of HTML that you need to inject onto the page. Often templates are created “server side” – in that they come to the JavaScript fully formed and just need to be put into the DOM. …