Using KnockoutJs templates with jQuery
- by balteo
I would like to end up with the following HTML in the DOM using jQuery and KnockoutJs templates:
<div class="messageToAndFromOtherMember" id="13">
<span>the message</span>
<span>2012-12-02 14:05:45.0</span>
</div>
I have started writing my KO template as follows:
<div…