| javascript Programming Glossary: templateversionBest way to load asynchronously undescore templates http://stackoverflow.com/questions/7542089/best-way-to-load-asynchronously-undescore-templates  Template Loader The code is function var templateLoader templateVersion 0.0.1 templates loadRemoteTemplate function templateName filename.. JSON.stringify this.templates localStorage.setItem templateVersion this.templateVersion  loadLocalTemplates function if this.localStorageAvailable.. this.templates localStorage.setItem templateVersion this.templateVersion  loadLocalTemplates function if this.localStorageAvailable var.. 
 |