BorisMoore / jquery-tmpl

The original official jQuery Templates plugin. This project was maintained by the jQuery team as an official jQuery plugin. It is no longer in active development, and has been superseded by JsRender.
3.23k stars 1.01k forks source link

Nested tmpls #188

Closed sebasladino closed 8 years ago

sebasladino commented 8 years ago

help, i need nested templates, example.

<script type="text/x-jquery-tmpl" id="xxx">
    <div>
        FIRTS HTML TEMPLATE

        <script type="text/x-jquery-tmpl" id="xxx2">
                   OTHER HTML TEMPLATE
        </script>
    </div>
 </scrtip>

Thanks

BorisMoore commented 8 years ago

Sorry, jQuery templates is no longer maintained. You could take a look at https://github.com/BorisMoore/jquery-tmpl/blob/master/demos/samplesCore/composition.html, or better, switch to JsRender. See for example:

sebasladino commented 8 years ago

Thanks @BorisMoore for the answer, i see jsviews.

Thanks :+1: