jQuery Knockout Question:

Explain some features of jQuery Knockout?

jQuery Knockout Interview Question
jQuery Knockout Interview Question

Answer:

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. You can construct a complex dynamic UIs easily using arbitrarily nested binding contexts.

Trivially extensible - implement custom behaviors as new declarative bindings for easy reuse in just a few lines of code.


Previous QuestionNext Question
Explain some benefits of jQuery Knockout?What is the difference between the Knockout and jQuery?