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. Enhancing Web Apps with AmplifyJS

    Enhancing Web Apps with AmplifyJS

    Tutorial Intermediate

    There seems to be a new crop of special-purpose JavaScript libraries every week. Gone, it seems, are the days of using only one library per project. Today...

  2. How to Build an RSS Reader with jQuery Mobile

    How to Build an RSS Reader with jQuery Mobile

    Tutorial Intermediate

    Twice a month, we revisit some of our readers’ favorite posts from through out the history of Nettuts+. This tutorial was first published in October 2010. ...

  3. Displaying WordPress Site Data Via jQuery Charts

    Displaying WordPress Site Data Via jQuery Charts

    Tutorial Beginner

    In this tutorial we will use the jQuery Charts Plotting plugin, JQplot, to create a new WordPress plugin which can display some of your blog's traffic,...

  4. Quick Tip - jQuery Newbs: Stop Jumping in the Pool

    Quick Tip - jQuery Newbs: Stop Jumping in the Pool

    Tutorial Beginner

    As editor of Nettuts+, I get to review a lot of code from tutorial submissions. Despite the fact that jQuery has been available for years now, there is still...

  5. Build Ajax Data Grids with CodeIgniter and jQuery

    Build Ajax Data Grids with CodeIgniter and jQuery

    Tutorial Intermediate

    In this lesson, we will create a CodeIgniter library that allows us to generate data grids automatically for managing any database table. I'll explain each...

  6. How to Upload Files With CodeIgniter and AJAX

    How to Upload Files With CodeIgniter and AJAX

    Tutorial Intermediate

    Uploading files asnychronously can be a pain at the best of times, but when coupled with CodeIgniter, it can be a particularly frustrating experience. I...

  7. How to Create a jQuery Image Cropping Plugin from Scratch - Part II

    How to Create a jQuery Image Cropping Plugin from Scratch - Part II

    Tutorial Intermediate

    Web applications need to provide easy-to-use solutions for uploading and manipulating rich content. This process can create difficulties for some users who...

  8. How to Create a jQuery Image Cropping Plugin from Scratch - Part I

    How to Create a jQuery Image Cropping Plugin from Scratch - Part I

    Tutorial Intermediate

    Web applications need to provide easy-to-use solutions for uploading and manipulating rich content. This process can create difficulties for some users...

  9. How to Submit a Form with Control + Enter

    How to Submit a Form with Control + Enter

    Tutorial Beginner

    You’ve probably seen it on Twitter, Google+, or Facebook. You’ve got a text box, where you write your status/message and then click a button to submit it....

  10. Quick Tip: Create Cross-Browser Datepickers in Minutes

    Quick Tip: Create Cross-Browser Datepickers in Minutes

    Tutorial Intermediate

    In this quick tip, I'll show you how to use the new HTML5 date input, and then provide a fallback jQuery UI solution for the browsers which don't yet support...

  11. How to Create a Web Service in a Matter of Minutes

    How to Create a Web Service in a Matter of Minutes

    Tutorial Intermediate

    Twice a month, we revisit some of our readers’ favorite posts from throughout the history of Nettuts+. This tutorial was first published in July, 2010. ...

  12. Build a Contacts Application With jQuery Mobile & the Android SDK: Part 1

    Build a Contacts Application With jQuery Mobile & the Android SDK: Part 1

    Tutorial Advanced

    In this tutorial series, we will develop a native Android application where the user interface is implemented using the jQuery Mobile framework. For this...