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. Creating a Drop-Down Menu for Mobile Pages

    Creating a Drop-Down Menu for Mobile Pages

    Tutorial Intermediate

    This tutorial will teach you how to create and animate a hamburger menu icon and then attach an event listener through jQuery to trigger a drop-down menu.

  2. How to Create Simple Button Fades With CSS

    How to Create Simple Button Fades With CSS

    Tutorial Beginner

    In this video from my course on Practical Web Animation, you'll learn how to create a simple hover effect for navigation menu buttons using CSS.

  3. Creating a jQuery Plugin for Long Shadow Design

    Creating a jQuery Plugin for Long Shadow Design

    Tutorial Beginner

    In this tutorial we will create a jQuery plugin for transforming a flat icon to a long shadow design.

  4. How to Use the jQuery Function to Select Elements

    How to Use the jQuery Function to Select Elements

    Tutorial Beginner

    The jQuery function $() is the gateway to the whole jQuery library. In this lesson, I'll show you how to use the jQuery function to select elements.

  5. A Quick Guide to Dependency Management With Bower

    A Quick Guide to Dependency Management With Bower

    Tutorial Beginner

    Web developers use a variety of libraries and frameworks in their sites, jQuery among them, and they need some way to easily manage them. Bower is such a...

  6. Building Your Startup: Leveraging Bootstrap, Ajax, and jQuery

    Building Your Startup: Leveraging Bootstrap, Ajax, and jQuery

    Tutorial Intermediate

    As I found time to polish Meeting Planner more deeply, I relied on CSS and JavaScript to add more interactive features such as easily scheduling with...

  7. Add a Website Calendar Using Jalendar 2

    Add a Website Calendar Using Jalendar 2

    Tutorial Intermediate

    Every website needs a calendar for showing post dates, schedules, or events. In this tutorial, I'll show how easy it is for you to add one. The Jalendar 2...

  8. Check Out Our New Guide to Learning JavaScript

    Check Out Our New Guide to Learning JavaScript

    Tutorial Beginner

    Do you want to learn JavaScript? We have plenty of JavaScript tutorials and courses here on Envato Tuts+, but sometimes it can be hard to know where to...

  9. New Coffee Break Course: JavaScript Without jQuery

    New Coffee Break Course: JavaScript Without jQuery

    Tutorial Beginner

    Do you really need jQuery? In our new Coffee Break Course, JavaScript Without jQuery, Envato Tuts+ instructor Jeremy McPeak will take you through several...

  10. New Short Course: Write a jQuery Plugin

    New Short Course: Write a jQuery Plugin

    Tutorial Beginner

    jQuery is the most popular JavaScript library, and one of the reasons for that popularity is jQuery's extensibility. Not only does jQuery give us a lot of...

  11. Create a Find and Replace Plugin in jQuery

    Create a Find and Replace Plugin in jQuery

    Tutorial Intermediate

    In this tutorial, I will go over some general rules that you need to follow when creating plugins, and later we will create our own find and replace plugin.

  12. Uncommon jQuery Selectors

    Uncommon jQuery Selectors

    Tutorial Beginner

    This tutorial will introduce you to some not so common jQuery selectors that you might find useful.