Practical jQuery, 1st ed.

Authors:

Language: English
Cover of the book Practical jQuery

Approximative price 47.46 €

In Print (Delivery period: 15 days).

Add to cartAdd to cart
Publication date:
Support: Print on demand

Practical jQuery is your step-by-step guide to using jQuery in the real world, taking you from downloading jQuery all the way to extending it by writing your own plug-ins and testing the DOM using QUnit. jQuery is one of today’s most popular JavaScript web application development frameworks and libraries. While getting started with the tool is easy, sometimes it's not as simple to completely realize the power and automation that it can bring to your development work—and that's especially the case when you're in the middle of a project, up against a deadline.

Using this book, you will learn how to use jQuery’s powerful DOM manipulation tools to dynamically update content on your site. You will be able to extend jQuery’s capabilities by writing your own plugins on top of the framework, animate elements, build your own jQuery elements, employ best practices, and avoid common errors. Practical jQuery teaches you how, with jQuery, you can unit test and refactor your code. You’ll see how expressive yet concise jQuery’s code is and how much quicker and efficient it is to develop with jQuery.

Get a fundamental perspective on how jQuery works, how to understand, select, and build your own plug-ins, and how to make sure your projects run at the peak of their potential performance using Practical jQuery today.

1. Evolution of jQuery

2. Getting Started with jQuery

3. Traversing DOM with jQuery

4. DOM Manipulation with jQuery

5. Events in jQuery

6. Real World Events in jQuery

7. Animation in jQuery

8. Ajax with jQuery

9. Creating Plug-ins with jQuery

10. Integrating Plug-ins with jQuery

11. Using jQuery Frameworks

12. Testing jQuery with QUnit