Top "Knockout.js" questions

Knockout.

Knockout js subscribe function (for an observable) is being executed inside ko.applyBindings(...)

I have got a subscribe function on one of my observable objects. I assume that the subscribe function should only …

javascript knockout.js subscribe
Get previous value of an observable in subscribe of same observable

Is it possible in knockout to get the current value of an observable within a subscription to that observable, before …

knockout.js knockout-2.0 observable
Preferred client side routing solution?

I am designing a one page browser based web application. JQuery is already being used in my application. I am …

javascript jquery backbone.js url-routing knockout.js
knockoutjs databind with jquery-ui datepicker

I'm using a jQuery UI datepicker. The HTML input field behind it is currently hooked up to KnockoutJS as a …

jquery-ui knockout.js
Knockout checkbox change event sends old value

I'm having a problem with knockout "checked" binding. It seems that "change" event at checkbox return old value, before it …

knockout.js knockout-2.0
How to create a computed observable array in Knockout

I would like to know how to create a computed observable array. In my view model, I have 2 observable arrays, …

knockout.js ko.observablearray computed-observable
Knockout.js Make every nested object an Observable

I am using Knockout.js as a MVVM library to bind my data to some pages. I'm currently building a …

javascript mvvm knockout.js knockout-mapping-plugin knockout-2.0
knockout.js using $index with if binding

I'm trying to show some mark up based on the value of $index, I can display the value but I …

javascript knockout.js
How to use knockout to iterate over an object (not array)

I want to use something similar to the Knockout foreach construct to iterate over the properties of an object. Here …

javascript knockout.js
Knockoutjs computed passing parameters

I am wondering if it is possible with knockoutjs to pass arguments when binding. I am binding a list of …

javascript binding knockout.js observable