Tag Archives: javaScript

Knockout.js

Overview * Open source JavaScript library. * Light weight, no other dependencies. * Implements MVVM pattern (Model-View-ViewModel) – Model: binds view model to view, e.g.: ko.applyBindings(viewModel); – View: contains HTML/CSS elements for data to bind to, e.g. <h1>Hello <span data-bind="text: … Continue reading

Posted in JavaScript, Knockout | Tagged , | Leave a comment