Oct
22
22
Knockout – a JavaScript library
Knockout is a JavaScript library that helps you to create rich, responsive display and editor user interfaces with a clean underlying data model. Any time you have sections of UI that update dynamically (e.g., changing depending on the user’s actions or when an external data source changes), KO can help you implement it more simply and maintainably.
Headline features:
- Elegant dependency tracking – automatically updates the right parts of your UI whenever your data model changes
- Declarative bindings – a simple and obvious way to connect parts of your UI to your data model
- Flexible and sophisticated templating – construct a complex dynamic UI easily using arbitrarily nested templates
- Trivially extensible – implement custom behaviors as new declarative bindings for easy reuse in just a few lines of code
Additional benefits:
- Pure JavaScript library – works with any server or client-side technology
- Can be added on top of your existing web application without requiring major architectural changes
- Compact – around 25kb before gzipping
- Works on any mainstream browser (IE 6+, Firefox 2+, Chrome, Safari, others)
- Comprehensive suite of specifications (developed BDD-style) means its correct functioning can easily be verified on new browsers and platforms
1 Comment to “Knockout – a JavaScript library”
Leave a comment
Sponsors
Categories
Recent Posts
Recent Comments
- Adobe Photoshop CS6 Beta Out | Lively Web Tuts on Adobe Photoshop CS6 Beta Out
- sams on Mobility – Free Mobile UI Design Elements
- Cutter.js – Truncate HTML code Client Side | Lively Web Tuts on Cutter.js – Truncate HTML code Client Side
- Page Scroller – jQuery Smooth Scrolling Plugin | Lively Web Tuts on Page Scroller – jQuery Smooth Scrolling Plugin
- The jQuery Slider Plugin with Infinite Style | Lively Web Tuts on The jQuery Slider Plugin with Infinite Style











[...] Direct Link [...]