jQuery Basics
Master the jQuery JavaScript library with this online course. You'll learn to select website elements, modify their content, change styling etc.
Lesson 1
Introduction to jQuery
This tutorial introduces the famous jQuery library for JavaScript. We'll understand its philosophy and program a simple calculator in it.
Written by David Capka
This tutorial shows the basics of DOM manipulation with jQuery, specifically the insertion of dynamic contents. Practical examples included.
Written by Honza Bittner
This tutorial shows the basic DOM manipulation with jQuery, specifically replacing dynamic contents. Practical examples included. It also shows cloning.
Written by Honza Bittner
This tutorial shows the basics of DOM manipulation in jQuery, specifically removing contents using the remove(), empty(), and detach() functions.
Written by Honza Bittner
Lesson 5
Classes in jQuery (DOM)
In this tutorial, we'll show how to work and manipulate with classes using jQuery. How to add, toggle, remove them or check if they're assigned.
Written by Honza Bittner
Lesson 6
Selectors in jQuery, part one
In this article, we'll look at the selectors we can use in jQuery. Besides the standard CSS selectors, there are also many others.
Written by Honza Bittner
Lesson 7
Selectors in jQuery, part two
In this article, we'll continue showing the selectors we can use in jQuery. Besides the standard CSS selectors, there are also many others.
Written by Honza Bittner
Lesson 8
Selectors in jQuery, part three
In this tutorial, we'll continue showing the selectors we can use in jQuery. Besides the standard CSS selectors, there are also many others.
Written by Honza Bittner
Lesson 9
Styling in jQuery
This tutorial shows the basics of how to style elements in jQuery. We'll look at such functions as .css(), .width(), .offset(), .position() and more.
Written by Honza Bittner
This article explains how to create your own content slider plug-in for jQuery. The whole source code included.
Written by Drahomir Hanak