We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Each inserted populated template is wrapped by two layers of div
for example, I have template like this:
<script type="text/html" id="items"> <a data-href="id" data-format="myUrl" data-format-target="href"> <h4 data-content="title"></h4> <p class="ping" data-content="content"></p> </a> </script>
after I inserted it into the DOM, they look like as below,
`
I am coming!
Who can tell me the reason?