Example:
blah=newHTMLString.Tag('a',{'href': '/test.html','data-test': JSON.stringify({'id': 12,'test': 'This is a test'})});blah.head();It currently outputs:
<adata-test="{"id":12,"test":"This is a test"}" href="/test.html">It should output:
<adata-test="{"id":12,"test":"This is a test"}" href="/test.html">Or similar.
Example:
It currently outputs:
It should output:
Or similar.