Using Knockout

Knockout is a popular JavaScript library that simplifies writing dynamic web user interfaces that rely heavily on data. It provides client-side, declarative data binding that works to keep the user interface updated as data changes. This includes data that changes in response to a user action or an update from the server. Knockout works to keep your UI and data in sync.

Knockout is a small JavaScript library that all browsers support. You can use it with jQuery, but Knockout does not require jQuery. Instead, Knockout works using data binding to automatically keep your UI and data in sync (versus using jQuery to find DOM elements, track them, and update them for every action).

Understanding Knockout Basic

Knockout uses the MVVM ...

Get Microsoft Visual Studio 2015 Unleashed, Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.