51 + Best of jquery tutorials and Examples

Source: Internet
Author: User
Tags php framework

Original article: http://www.noupe.com/tutorial/51-best-of-jquery-tutorials-and-examples.html

 

 

There's stuff all over the web about jquery, but finding the best tutorials to get you started can be tough. Here are examples and tutorials from jquery masters to keep you on the right track.

We will start with jquery masters and feature some of their best tutorials, then we will move on to more categorized tutorials, cheat sheets and hacks.

 

You can also take a look at other 3 articles in this series:

  • 50 + amazing jquery examples
  • 37 more shocking jquery plugins
  • 45 + fresh out of the oven jquery plugins

 

So let's get started and don't forget to subscribe to our RSS-feed to keep track on our next post in this series.

 

John resig

John resig, creator of the jquery JavaScript library and author of pro JavaScript techniques, is a Mozilla legal ist focused on the relationship between Mozilla and the world of JavaScript libraries.

 

Featured tutorials of John resig
  • How jquery works-this is a basic tutorial, designed to help you get started using jquery.
  • Expandable sidebar menu ()-(jquery online movie tutorial) a basic introduction to jquery and the concepts that you need to know to use it. Live Demo is here.

 

15 days of jquery

15 days of jquery-Fantastic tutorials and example code that takes you from zero to hero in no time flat.

Featured tutorials of 15 days of jquery
  • Jquery online movie tutorial by John resig-pretty basic stuff... But a good intro to jquery if you're new to this.
  • Draggable, droppables, selectables... Oh my!
  • Multiple File Upload magic with unobtrusive Javascript
  • Rounded corners with JavaScript (jquery)

 

Learning jquery

Learning jquery-getting to know the library of choice for unobtrusive JavaScript.

Featured tutorials on learningjquery.com
  • Working with events, part 1
  • Animated scrolling with jquery 1.2
  • Automatic page Contents
  • More showing, more hiding

 

Bassistance

Bassistance-goes through the basics of jquery, all the way up to building plugins.

Featured tutorials on bassistance
  • Getting started with jquery-this guide is an introduction to the jquery library. it starts from ground up and tries to explain details where necessary. it covers a simple hello world example, selector and event basics, Ajax, FX and usage and authoring of plugins.

 

Cody Lindley

Cody Lindley-who created the thickbox and jtip plugins.

Featured tutorials on Cody Lindley
  • Jquery to the rescue-an interactive demonstration of the basics behind jquery.

 

Remy Sharp's blog

Remy sharp-written specified useful tutorials and plugins on his own blog, also he is the man behind the very useful jqueryfordesigners website which have specified useful tutorials requested by his own readers.

 

Featured tutorials on Remy Sharp's blog
  • Text Box hints-you will see a lot of web sites with search boxes have text already populated inside of the field and when you select the input text box it disappears and reappears when it's not selected. this tutorial will show you how can add a small amount of jquery to add this feature to any of your web sites.
  • Auto-populating select boxes using jquery & Ajax-allow the user to select a top level category from one select box and to automatically populate the sub-category using jquery and Ajax.

 

Featured tutorials on jqueryfordesigners
  • Using ajax to validate forms-with this tutorial you will be able to have your first forms that do the following: 1) live username checking, 2) Password Confirmation and strength, 3) checking if an email address is already registered, 4) URL validation
  • Image cross fade transition-how to fade one image in to another?

 

Web designer Wall
  • Jquery tutorials for designers-This article contains 10 visual tutorials intended for web designers and newbies on how to apply JavaScript effects with jquery. effects include: simple slide panel, simple disappearing effect, chain-able transition effects, accordion, animated hover effect, entire block clickable, collapsible panels.

 

CSS-tricks

CSS-tricks is a home for examples, tutorials, tips, tricks, and news regarding Cascading Style Sheets. chris coyer is getting into jquery lately and posting interesting jquery tutorials in his journey to learn jquery.

Featured tutorials on CSS-tricks
  • Fading menu-replacing content-Chris coyer shows us a nice menu effect emphasizing the designer's perspective: "when I do this, make the CSS do this ".
  • Improved Current Field highlighting in forms-how to add some kind of visual feedback on web forms to indicate the currently active (or "focused") field.
  • Fade-In spoiler revealer-exploiting some of the "fading in" and "fading out" different page elements functions for a really simple spoiler Revealer.

 

Getting started with jquery
  • The jskinny on jquery-a tutorial on the jquery JavaScript Library (from a ruby/rails perspective ).
  • How to get anything you want-an introduction to jquery selectors and traversal methods, and their use in navigating the Dom.
  • It's all about CSS-if you're 've got a good understand of CSS selectors, Then you're already familiar with how to query the Dom.
  • Jquery crash course-for those who 'd like to learn more about jquery, one of the more popular libraries, here's a crash course written with code-savvy web designers in mind.

  • Jquery in 15 minutes-a short introduction to jquery.
  • Jquery basics-This section covers basic usage of jquery from getting started to finding elements and working with CSS.
  • Easy JavaScript For designers-a nice little writeup for the jquery Java Script library. Designers need all of the coding shortcuts they can and jquery seems to deliver.

 

Jquery cheat sheets
  • Jquery cheatsheet-the cheat sheet comes in two flavors: 1) made for iPhone and iPod Touch, and any other mobile device with internet access. 2) old-school printable A4 cheat sheet


  • Jquery 1.2 cheat sheet

 

Building jquery plugins
  • A plugin development pattern-this article is meant to share a useful pattern for plugin authoring.
  • Developing a jquery Plugin-sometimes the most difficult part is just taking the first step!
  • Building your first jquery Plugin-this tutorial will take you step by step through creating your very own truncation plugin.

 

Jquery effects and Techniques
  • Jquery pop-up menu tutorial-pop-up link menu (mouse over menu)
  • Jquery for designers-Examples of writing unobtrusive JavaScript to add simple behavior to a Web page.
  • Autocompleter tutorial-jquery (Ajax)/PHP/MySQL
  • Slideviewer-A jquery image slider built on a single unordered list

  • Lavalamp for jquery lovers! -A step by step tutorial to create a lavalamp menu packaged as a plugin for the amazing jquery JavaScript library.

  • Auto-complete field with jquery-Code explained-an explanation of the code behind the auto-complete field in this post.
  • Photo slider tutorial-it's worth noting that you can easily use the photo slider to query a server script to load the images.
  • Ajax will_paginate, JQ-style-using jquery, to easily rock some gracefully degrading Ajax pagination.
  • Rounded corners-adding rounded corners to an element, using no extra markup.
  • Efficient Tag Cloud algorithm-a post about a tag cloud algorithm, very useful.
  • Autocompleter tutorial-this tutorial because will tell you how and why autocompleter works, knowing about this enables you to customise it a lot more.
  • Creating a fading header-a tutorial explaining how to create the fading header graphic for bits and pixels.

 

Ajax development with jquery
  • Easy Ajax with jquery-Akash Mehta will show us how to simplify the process of adding ajax to the application even further with the help of jquery, a popular JavaScript library.
  • Simplify Ajax development with jquery-discover how easy Ajax and Dom scripting can be
  • Quick and dirty Ajax-a walk through tutorial showing some of the basic ways you can use jquery to add Ajax functionality to your site.
  • A quick code igniter and jquery Ajax tutorial-a step-by-step tutorial will show you how to combine the power of jquery with code igniter (a PHP framework based on the MVC design pattern) to quickly and painlessly pass a record ID through the JavaScript and over to the server, where it will be passed to a MySQL database, used to retrieve some data, and sent back to the page for display.

 

Jquery fixing common browser issues
  • Fixing ie overflow problem-ie has a different implementation of overflow compared to Firefox or safari. This is a detailed account of the problem, and it's fix.
  • Using jquery to align column heights-this tutorial will show you how to use the popular jquery library to match the height of 2 columns in your layout.
  • Hacking transparent PNG support into IE6 with ie png fix, CSS and jquery-how to enable transparent PNG support in IE6

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.