jQuery

TwitterFacebook
Get flash to fully experience Pearltrees

How to Make a jQuery Plugin - Tutorial for Beginners - Authentic Society

Whether you are already familiar with Javascript development or just starting to learn more about dynamic web development, jQuery is an excellent framework to start learning more about today. People who come to jQuery from Javascript background begin to realize how much they have been missing. On this page we will learn how to make jQuery plugins, but several other important points will be made as well. http://www.authenticsociety.com/blog/jQueryPluginTutorial_Beginner
http://api.jquery.com/category/selectors/

Selectors

Select all elements that are in the progress of an animation at the time the selector is run.
prettyPicture

UI Tabs

Hinuera Image Gallery

Fancybox - video

Nivo Image Slider

LightBox / Or Lightbox Mods

Tutorials:How jQuery Works

jQuery: The Basics This is a basic tutorial, designed to help you get started using jQuery. If you don't have a test page setup yet, start by creating the following HTML page: The src attribute in the <script> element must point to a copy of jQuery. Download a copy of jQuery from the Downloading jQuery page and store the jquery.js file in the same directory as your HTML file. http://learn.jquery.com/about-jquery/how-jquery-works/