I want to create a textNode directly in HTML (with no javascript), and I need a reference to it.
Is it possible ?
If not, what would be the best workaround ?
I see 2 possibilities :
1/ Wrapping the text in a div (or span or whatever) element ? Not so good as it impacts selectors.
2/ Wrapping the text between 2 dummy elements (cf emberjs :
<script id="metamorph-0-start" type="text/x-placeholder"></script>
blue
<script id="metamorph-0-end" type="text/x-placeholder"></script>
) ? With this solution you get the reference to the textNode by taking the element(s) between the 2 "metamorph" elements.
<span>elements (or any other element really) are for. – JCOC611 Nov 13 '12 at 21:14<div class="test">, if you want the rule to apply. – Šime Vidas Nov 13 '12 at 21:32