Working with jTempalte and objects
- by Dejan.S
EDITSolved 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?