The title says it all, how do I use some dom as a template, so something like
<div>
<span> v1 </span>
<span> v2 </span>
<span> v3 </span>
</div>
and then programmatically replace v1-v3 with some values (that i get off an xhr repsonse)
thanx