Sunday, December 4, 2011

Javascript Knockout

What is Javascript Knockout ?

Knockout is a JavaScript library that makes it easier to create rich, desktop-like user interfaces with JavaScript and HTML, using observers to make your UI automatically stay in sync with an underlying data model. It works particularly well with the MVVM (Model View View Model) pattern.

Demo Overview  Download

A simple scenario - Choose your indian cricket team for the upcoming Australia Serires.

Templating using JS Knockout









HTML View






Players Available :




Selected Players:


















References:
http://knockoutjs.com/

No comments:

Post a Comment