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.
  1. The Definitive Guide to Creating a Practical jQuery Plugin

    The Definitive Guide to Creating a Practical jQuery Plugin

    Tutorial Intermediate

    In this article we’re going to be building our very own jQuery plugin step-by-step from scratch; jQuery makes this task exceptionally easy for us, giving...

  2. jQuery Cheat Sheet

    jQuery Cheat Sheet

    Tutorial Beginner

    Cost: FreeFound Via: www.colorcharge.com/

  3. Create an Amazon Books Widget with jQuery and XML

    Create an Amazon Books Widget with jQuery and XML

    Tutorial Intermediate

    It makes sense to forgo database tables and server-side code when you need to store a limited amount of non-sensitive data. Accessing this data can be a...

  4. Create a Photo Admin Site Using PHP and jQuery

    Create a Photo Admin Site Using PHP and jQuery

    Tutorial Beginner

    I'm pleased to present you with part one of a two part series on creating a photo site using PHP, jQuery, and AJAX. Originally, I intended to fit the...

  5. How to Add Auto Complete to Your Google Custom Search Engine

    How to Add Auto Complete to Your Google Custom Search Engine

    Tutorial Intermediate

    This tutorial will show you how to use the "Popular Queries" feed from your Google Custom Search Engine (CSE) as a data source for a jQuery autocomplete.

  6. Adding to Our Leopard Desktop with jQuery

    Adding to Our Leopard Desktop with jQuery

    Tutorial Intermediate

    Last Week I got you all to create a neat looking Dashboard/Desktop. You guys are gonna totally FLIP when you hear what's in this jam packed tutorial! More...

  7. Leopard Desktop with jQuery using jqDock

    Leopard Desktop with jQuery using jqDock

    Tutorial Intermediate

    jQuery adds a whole lot of cool functionality to your websites. It can do a range of things, from animation to AJAX. It's usually frowned upon to rely...

  8. Learn How to Create a jQuery Plugin

    Learn How to Create a jQuery Plugin

    Tutorial Beginner

    You might think to yourself, "What is all the fuss with jQuery? You have to download a bunch of plugins to even make the library worth while.". First, that...

  9. Use the jQuery UI to Control the Size of Your Text

    Use the jQuery UI to Control the Size of Your Text

    Tutorial Intermediate

    JQuery's UI can add so much to a web page. There are many different widgets that the UI provides. One up and coming star, is the slider. In this tutorial, I...

  10. How To Create An Amazing jQuery Style Switcher

    How To Create An Amazing jQuery Style Switcher

    Tutorial Intermediate

    In this tutorial I will be showing you how to create a style switcher using jQuery and PHP. The end result will be an unobtrusive & entirely degradable...

  11. Build an Incredible Login Form With jQuery

    Build an Incredible Login Form With jQuery

    Tutorial Intermediate

    One struggle that still remains today in web design is displaying all of the redundant information on every page. For example, a login form. What if there...

  12. Quick Tip: Use jQuery to Retrieve Data From an XML File

    Quick Tip: Use jQuery to Retrieve Data From an XML File

    Tutorial Beginner

    In this quick tip, I'll show you how to load data from an XML file onto a blank page. We'll work with the $.get function and will also implement a loading...