codepb/jquery-template

Template has Additional DIV wrapped, why?

Closed this issue · 1 comments

Each inserted populated template is wrapped by two layers of div

for example, I have template like this:

<script type="text/html" id="items">

</script>

after I inserted it into the DOM, they look like as below,

Who can tell me the reason?

duplicate of #101