KnockoutJS: An MVVM framework for jQuery developers

KnockoutJS: An MVVM Framework for jQuery Developers
At the end of this article, the reader will understand what MVVM is, why it is useful, and how open source JavaScript frameworks like Knockout can help deliver MVVM applications.
Topics covered in this article:
• What is MVVM
• Benefits of MVVM
• How to implement data binding in a jQuery application using...