Working with jTempalte and objects

Posted by Dejan.S on Stack Overflow See other posts from Stack Overflow or by Dejan.S
Published on 2010-04-29T08:41:14Z Indexed on 2010/04/29 8:57 UTC
Read the original article Hit count: 536

EDIT
Solved the one object question I had at first

Hi I'm using jTemplate for the first time. I been reading and it's not that hard to use it BUT I just found a examaple on one object use.

<script type="text/html" id="TemplateREsultTable">       
        <div style="background-color: #ccc">{$T.Email}</div>        
        <div style="background-color: #ddd">{$T.Password}</div>        
    </script>

One question about jTempaltes I got is what is better to do them in htm file or script?

Another thought I got, is jTemplate the way to go?

© Stack Overflow or respective owner

Related posts about jtemplate

Related posts about jQuery