I am struggling to find a clean solution to my problem and was wondering if anyone could offer some tips.
I have "templates.html" which contains a collection of html snippets which I want to load into javascript and use. What is a good way to access the templates/snippets bearing in mind that templates.html is not a loaded DOM document.
I was thinking about using document.open to create a DOM to access but I think this has issues on certain browsers.
Thanks in Advance..
Ian