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. How to Program With Yii2: Working With Asset Bundles

    How to Program With Yii2: Working With Asset Bundles

    Tutorial Intermediate

    Yii2 Asset Bundles make it easier to manage and optimize when and where we use JavaScript and CSS within our web applications. Learn to use Asset Bundles in...

  2. Introduction to Tablesorter

    Introduction to Tablesorter

    Tutorial Beginner

    Tablesorter is a straightforward jQuery plugin that provides dynamic column sorting and pagination in your HTML tables. It's a nice way to provide sortable,...

  3. Single Page ToDo Application With Backbone.js

    Single Page ToDo Application With Backbone.js

    Tutorial Beginner

    Join me as I walk you through creating models, collections, views, events, and a router to build a single page web application in Backbone.js.

  4. Build an AudioPlayer with PhoneGap: Application Logic

    Build an AudioPlayer with PhoneGap: Application Logic

    Tutorial Beginner

    This is the second part of the series about Audero Audio Player. In this article, we're going to create the business logic of our player. I'll also explain...

  5. Build an AudioPlayer With PhoneGap: Application Setup

    Build an AudioPlayer With PhoneGap: Application Setup

    Tutorial Beginner

    You don't need to use platform-specific technologies to develop powerful and engaging apps. This series will teach you how to create a hybrid app -...

  6. jQuery Succinctly: jQuery Plugins

    jQuery Succinctly: jQuery Plugins

    Tutorial Intermediate

    Use the $ Alias When Constructing a Plugin When writing a jQuery plugin, the same conflict prevention routine used with regular, old jQuery code should be...

  7. jQuery Succinctly: HTML Forms & jQuery

    jQuery Succinctly: HTML Forms & jQuery

    Tutorial Intermediate

    Disable/Enable Form Elements Using jQuery, you can easily disable form elements by setting the disabled attribute value of a form element to disabled. To...

  8. jQuery Succinctly: jQuery Manipulation

    jQuery Succinctly: jQuery Manipulation

    Tutorial Intermediate

    Creating, Operating, and Adding HTML On the Fly You can create HTML markup on the fly by passing the jQuery function a string of raw HTML.

  9. jQuery Succinctly: Core jQuery

    jQuery Succinctly: Core jQuery

    Tutorial Intermediate

    Base Concept Behind jQuery While some conceptual variations exist (e.g. functions like $.ajax) in the jQuery API, the central concept behind jQuery is "find...

  10. Incorporating the jQuery Date Picker Into the Post Editor: Save the Date

    Incorporating the jQuery Date Picker Into the Post Editor: Save the Date

    Tutorial Intermediate

    In this series, we are working on a plugin for the simple purpose of introducing a jQuery date picker into the post editor using a post meta box and then...

  11. Using jQuery Masonry for Pinterest-Like Posting

    Using jQuery Masonry for Pinterest-Like Posting

    Tutorial Beginner

    With the inclusion of jQuery Masonry in the WordPress 3.5 core library, it's never been easier to change up a template's layout for recent posting.

  12. Making Use of jQuery UI's Widget Factory

    Making Use of jQuery UI's Widget Factory

    Tutorial Intermediate

    For a long time, the only way to write custom controls in jQuery was to extend the $.fn namespace. This works well for simple widgets, however, as you start...