Top "Knockout-2.0" questions

Knockout.

Knockoutjs checkbox changed event

I have some checkboxes bound to an array in my model. This works great, when you check a box the …

javascript mvvm knockout.js knockout-2.0
knockoutjs select change event gets fired when binding

I have this knockout code: http://jsfiddle.net/nickbuus/Rwabt/ The problem is that whenever the dropdown select box gets …

knockout.js knockout-2.0
alternate row style with $index binding

I am having trouble getting an alternate-row css class applied to a knockout template with a foreach binding context. I …

javascript knockout.js knockout-2.0
Knockout default text when `foreach` is empty

Bearing in mind that similar questions have been answered here, I was wondering how one might go about having default …

knockout.js knockout-2.0
Unable to process binding - bind is not a function

I am using knockoutjs for my single page application, and I am currently stuck on a mysterious problem. I am …

javascript knockout.js onclick knockout-2.0 knockout-mapping-plugin
Unable to parse bindings knockout error

I am working with knockout and have run in to a problem I dont know how to fix. I retrieve …

asp.net-mvc knockout.js knockout-mapping-plugin knockout-2.0
knockoutjs how to get the selected option arrayObject

I want to get the selected option object <select data-bind="options: availableCountries, value: selectedCountry, event: { select: onSelect}"></…

knockout.js knockout-2.0
Knockout.js input focus after click

I am trying to set focus on an input with knockout after the click event is fired but couldn't find …

javascript knockout.js knockout-2.0
Knockout 'for' binding?

Original Question Does any one have or know of a binding for knockout that would allow behavior similar to a …

javascript knockout.js knockout-2.0
Knockoutjs (version 2.1.0): bind boolean value to select box

I want to bind boolean value to select element using KO v2.1.0, but obviously it doesn't work as expected. HTML …

select knockout.js boolean knockout-2.0