So far in the Knockout.js documentation, they only show using jQuery templates that are embedded within HTML script tags. I was wondering if you could create jQuery named templates and reference those instead? Search that documentation for “named template” to see what I mean.
So far in the Knockout.js documentation, they only show using jQuery templates that are
Share
KO 1.3 has the ability to provide your own template source. RPN has a post with a simple example of how you would provide templates as strings.
http://www.knockmeout.net/2011/10/ko-13-preview-part-3-template-sources.html