Learn jQuery

Extend the capabilities of JavaScript with the fast and feature-rich jQuery library. Learn everything you need to know from these helpful jQuery tutorials.

All jQuery content:

  1. Creating a WordPress Post Text Size Changer Using jQuery

    Creating a WordPress Post Text Size Changer Using jQuery

    Tutorial Beginner

    We already know that WordPress is considered the most popular CMS in the world and when it combines with jQuery, it can create wonders. In this tutorial we...

  2. Add a Responsive Lightbox to Your WordPress Theme

    Add a Responsive Lightbox to Your WordPress Theme

    Tutorial Beginner

    After my recent tutorial where I showed you how to Add a Responsive jQuery Slider to Your WordPress Theme, I thought I'd show you how to add a responsive...

  3. The Latest Updates to jQuery Mobile

    The Latest Updates to jQuery Mobile

    Tutorial Intermediate

    Not too long ago, the jQuery team released jQuery Mobile 1.2. This new release has some fantastic changes! In this article, we're going to review some of the...

  4. Adding a Responsive jQuery Slider to Your WordPress Theme

    Adding a Responsive jQuery Slider to Your WordPress Theme

    Tutorial Intermediate

    Today I'm going to take you through integrating a responsive jQuery slider into your WordPress theme or site. It's not a groundbreaking tutorial but it's one...

  5. How to Build Your Own Custom jQuery

    How to Build Your Own Custom jQuery

    Tutorial Intermediate

    In this quick tip screencast, I'm going to show you a trick that I bet you don't know about. Did you know that, as of jQuery 1.8, you can now build a custom...

  6. Build an Exercise Tracking App: Geolocation & Tracking

    Build an Exercise Tracking App: Geolocation & Tracking

    Tutorial Intermediate

    Want to learn how to write a complete mobile application using PhoneGap, but don't know how to get started? Follow this two-part tutorial series and I'll...

  7. 14 Reasons Why Nobody Used Your jQuery Plugin

    14 Reasons Why Nobody Used Your jQuery Plugin

    Tutorial Intermediate

    With so many folks developing jQuery plugins, it's not uncommon to come across one that just plain - for lack of better words - sucks. There's no examples or...

  8. Create an Animated 3D Bar Chart/Graph

    Create an Animated 3D Bar Chart/Graph

    Tutorial Intermediate

    The Truematter team was recently tasked with creating a fun, sexy web app that presents numerical data in an engaging way. After putting our heads together,...

  9. Add jQuery Autocomplete to Your Site's Search

    Add jQuery Autocomplete to Your Site's Search

    Tutorial Beginner

    The function get_search_form() can (and should!) be used to display the search form for your site. It does the job, but it's very bland. Shipped with...

  10. Build a Contacts Manager Using Backbone.js: Part 5

    Build a Contacts Manager Using Backbone.js: Part 5

    Tutorial Intermediate

    Welcome back to the Building a content viewer with Backbone series. Over the first four parts, we looked at almost every major component that ships with the...

  11. Build an Image Editor With EaselJS, jQuery, and the HTML5 File API

    Build an Image Editor With EaselJS, jQuery, and the HTML5 File API

    Tutorial Advanced

    As HTML5 becomes more popular, more of the major browsers begin to support its APIs. Today, using the Canvas and File APIs, we can create a full-blown...

  12. Build a Contacts Manager Using Backbone.js: Part 4

    Build a Contacts Manager Using Backbone.js: Part 4

    Tutorial Intermediate

    In part four of this series, we saw how easy it is to add and remove models from our collection, and keep the page updated in sync with the changes. In this...