Summary

In this chapter, you have learned how to manage events using Knockout and jQuery. You have learned how to combine both technologies to apply different techniques depending on the requirements of your project. We can use declarative paradigms to combine event attaching, bindingHandlers and HTML markup, or we can isolate events in the JavaScript code using jQuery events.

In the next chapter, we will address the issue of communicating with the server. You will learn how to validate the input from the user to be sure that we send clean and proper data to the server.

Also we will go through mocking techniques to fake the data server-side. Using mock libraries will help us to develop our frontend application without the necessity for a full operative ...

Get KnockoutJS Essentials now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.