Book Image

Mastering jQuery

By : Alex Libby
Book Image

Mastering jQuery

By: Alex Libby

Overview of this book

<p>Mastering jQuery has been written not only to help maximize your skills with core functionality in the library, but also to explore some of the more intriguing ways of using the library to achieve real-world solutions that could feature on any website or online environment.</p> <p>You'll start with a look at some of the more advanced ways to incorporate the library into your pages, followed by working with forms and advanced form validation using regular expressions. Next you'll move on to animating in jQuery, advanced event handling, and using jQuery effects.</p> <p>Finally, you will develop practical examples of using jQuery with external functionality such as node-webkit, before finishing with a session on optimizing your version of the library for maximum efficiency and exploring best practices for using QUnit.</p>
Table of Contents (21 chapters)
Mastering jQuery
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


Phew! We certainly covered a lot of theory on design patterns; let's take a breather and recap what you've learned throughout this chapter.

We kicked off with an introduction to what design patterns are and how they came about; we then moved on to exploring the benefits of using them and why we should consider using them within our projects.

Next up came a look at the structure of a design pattern, where we broke down a typical design into its different elements and saw what role each element plays in the scheme of the design. We also looked at how to categorize design patterns into different types, namely Creational, Structural, and Behavioral.

We then moved on to take a look at a number of common design patterns, where we went through what each type does and examined some examples of how we will use them. We then looked at the benefits and drawbacks of each of the design patterns covered throughout this chapter, before finishing up with a look at how some of these patterns are actually...