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

Setting the scene


Imagine a scene, if you will, where a client has asked you to produce a web-based application; they've outlined a specific set of requirements, as follows:

  • It must have a simple GUI

  • There shouldn't be any duplicates—it must be one version that works on all platforms

  • The solution must be easy to install and run

  • It needs to be portable so that it can be transferred if we change computers

Hands up if you think a website will suffice? Now, hands up if you haven't read the requirements properly…!

In this instance, a website isn't going to be enough; a desktop application will deal with the duplication requirement, but it may not be easy to use and certainly won't be cross-platform. So, where do we go from here?