jQuery Knockout Question:
Download Questions PDF

Explain some features of jQuery Knockout?

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.

Download jQuery Knockout Interview Questions And Answers PDF

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