Extending jQuery

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Sass and Compass in Action Extending jQuery teaches you to build custom extensions to the jQuery library. It covers all the extension points within jQuery and provides guidelines and techniques on how to make use of them. Youll not only discover how to write plugins, but how to design them for maximum reuse. Youll also learn how to write new widgets and effects for jQuery UI. Along the way, youll explore extensions in key areas including Ajax, events, animation, and validation.

Author(s): Keith Wood
Edition: Pap/Psc
Publisher: Manning Publications
Year: 2013

Language: English
Pages: 312
Tags: Библиотека;Компьютерная литература;HTML / CSS / JavaScript;jQuery;

Table of Contents

Part 1: Simple extensions
Chapter 1. jQuery extensions
Chapter 2. A first plugin
Chapter 3. Selectors and filters

Part 2: Plugins and functions
Chapter 4. Plugin principles
Chapter 5. Collection plugins
Chapter 6. Function plugins
Chapter 7. Test, package, and document your plugin

Part 3: Extending jQuery UI
Chapter 8. jQuery UI widgets
Chapter 9. jQuery UI mouse interactions
Chapter 10. jQuery UI effects

Part 4: Other extensions
Chapter 11. Animating properties
Chapter 12. Extending Ajax
Chapter 13. Extending events
Chapter 14. Creating validation rules