Pages

Monday, May 23, 2011

KnockoutJS

Knockout is the Model-View-View Model pattern for JavaScript UI. It encapsulates data and behavior into a view model, which provides a foundation for data-binding of DOM elements and frees the developer from manually wiring the data to the UI elements.

http://knockoutjs.com/

No comments: