Copyright
Brief Table of Contents
Table of Contents
Foreword
Preface
Acknowledgments
About this Book
About the Cover Illustration
1. Simple extensions
Chapter 1. jQuery extensions
1.1. jQuery background
1.1.1. Origins
1.1.2. Growth
1.1.3. Today
1.2. Extending jQuery
1.2.1. What can you extend?
1.3. Extension examples
1.3.1. jQuery UI
1.3.2. Validation
1.3.3. Graphical slider
1.3.4. Google Maps integration
1.3.5. Cookies
1.3.6. Color animation
1.4. Summary
Chapter 2. A first plugin
2.1. jQuery architecture
2.1.1. jQuery extension points
2.1.2. Selectors
2.1.3. Collection plugins
2.1.4. Utility functions
2.1.5. jQuery UI widgets
2.1.6. jQuery UI effects
2.1.7. Animating properties
2.1.8. Ajax processing
2.1.9. Events handling
2.1.10. Validation rules
2.2. A simple plugin
2.2.1. Placeholder text
2.2.2. Watermark plugin code
2.2.3. Clearing the watermarks
2.2.4. Using the Watermark plugin
2.3. Summary
Chapter 3. Selectors and filters
3.1. What are selectors and filters?
3.1.1. Why add new selectors?
3.1.2. Basic selectors
3.1.3. Pseudo-class selectors
3.2. Adding a pseudo-class selector
3.3. Adding a set filter