Reputation: 269
I am currently loading an html template into my index.html using:
$("#x").load("template.html");
and my template file is something like:
<html>
<div id="textBox">
</div>
</html>
Is it possible for me to give the template text from the index.html?
Thanks for your time, LL
Upvotes: 0
Views: 57