Knockout.js. Building Dynamic Client-Side Web Applications
Год: 2014
Автор: Jamie Munro
Издательство: O'Reilly Media
ISBN: 978-1-4919-1431-1 (Print)
ISBN: 978-1-4919-1430-4 (Ebook)
Язык: Английский
Формат: PDF/EPUB
Качество: Изначально компьютерное (eBook)
Интерактивное оглавление: Да
Количество страниц: 102
Описание:
Use Knockout.js to design and build dynamic client-side web applications that are extremely responsive and easy to maintain. This example-driven book shows you how to use this lightweight JavaScript framework and its Model-View-ViewModel (MVVM) pattern. You’ll learn how to build your own data bindings, extend the framework with reusable functions, and work with a server to enhance your client-side application with persistence. In the final chapter, you’ll build a shopping cart to see how everything fits together.
If you’re a web developer with experience in JavaScript, HTML, and CSS, you’re ready for Knockout.
- Learn how to create a ViewModel
- Bind HTML data and attributes, and CSS classes and styles
- Understand data binding in Knockout’s context hierarchy
- Use properties that change dynamically through user interaction
- Work with forms by using several different bindings
- Bind multiple ViewModels on a single page
- Extend or attach custom functions to observables
- Perform server-side interactions with jQuery
- Map a JavaScript object or apply JSON data to a new object
Preface
1. Getting Started with KnockoutJS
2. The Ins and Outs of Data Binding
3. Understanding the Data Binding Context
4. Dynamically Changing Properties
5. Working with Forms
6. Multiple ViewModels, Custom Data Bindings, and Templates
7. Enhancing Observables
8. Server-Side Interaction
9. The Mapping Plugin
10. A Practical Example
11. Next Steps
Index