Top "Knockout-templating" questions

Knockout templates are a simple and convenient way to build reusable view pieces, at the same time providing the option of repeating or nested blocks because they can recursively call themselves.

Knockout template using data-bind to image src property not working

I cannot see what is wrong here but the image does not display using the following Knockout template: <script …

data-binding knockout.js knockout-templating
comment foreach binding vs foreach binding in knockoutjs

In my HTML I can define these knockout foreach bindings: <!-- ko foreach: customer --> <div data-bind="…

javascript knockout.js templating knockout-templating
Using an external Template in KnockoutJS

is it possible to use an external Template in KnockoutJS like this? <script type="text/html" id="a_template" …

templates knockout.js external knockout-templating
KnockoutJS bind event after template render

I've been searching for a while, and I'm pretty confident this is a new question, and not a repeat like …

javascript jquery templates knockout.js knockout-templating
knockout template binding

I have an ul element which is filled through template binding. <script type="text/html" id="someTemplate"> <…

knockout.js knockout-templating
Can I pass a variable in a template binding?

I know this isn't a good method to use long term, but for troubleshooting, is there any way I can …

knockout.js knockout-templating