[jQuery]20++ jQuery Introduction Tutorials and Resources for Beginners

简介:

Introduction

jQuery is an amazing Javascript library that makes it easy to create wonderful and astonishing web effect in just a few lines of code. I used to hate javascript a lot because of its long syntax and they are hard to remember. And then I discovered jQuery last year and it got my attention because of its simplicity. It changes the way we code javascript and makes everything so simple to achieve. For example, those fading, sliding animation, one would spent hours to write a function for that, but with jQuery, you just have to call the method! It saves times, cross browsers support, and its robustness simply blow me away.

I have tasted the sweetness of jQuery, so I started this webblog so that I would be able to share what I have been learnt about jQuery.

  • New to jQuery? Don’t be Scurred…
    1.jpg
    I have been getting familiar with jQuery recently and the more I get into it, the more I’m impressed with it. When I first heard about jQuery I was definitely intimidated by it since I had no previous background with javascript, but I soon realized once you get the basics down its not very hard to pull of some neat effects.
  • jQuery for Absolute Beginners Video Series
    2.jpg
    So everywhere you look, you see “jQuery this” and “jQuery that”. For the last year or so, this library has been the darling of the Javascript world. But do you feel that you just can’t seem to learn the dang thing? Do you hate how the existing tutorials assume that you know WAY more than you actually do? If this rings true for you, I can help.
  • jQuery in 15 minutes
    3.jpg
    This is a jQuery Tutorial Slideshow with brief introduction. It presents the most commonly used features of jQuery for javascript developers who have never used it before.
  • Tutorial: Live Examples of jQuery
    4.jpg
    An interactive demonstration of the basics behind jQuery from Offical jQuery website.
  • How jQuery Works
    5.jpg
    basic introduction to jQuery and the concepts that you need to know to use it from Offical jQuery Website.
  • jQuery From Scratch: A Beginner's Guide
    6.jpg
    So what exactly is jQuery? jQuery is a concise JavaScript library. The developers state that jQuery aims to change the way we write JavaScript. I like to think of jQuery as a tool that allows us to simplify JavaScript code. This “Getting Started Guide” is intended as a quick introduction to jQuery - mainly for website designers.
  • Simple Guide: How To Get Started With jQuery
    7.jpg
    How can it make my life easier as a developer? How do I get started? Well, jQuery makes writing Javascript fun again and really allows you to take advantage of some of the more difficult aspects of Javascript with relative ease. Today, we will have a look at how to get started with jQuery, and writing your first script!
  • jQuery for Beginners: Selectors, Hierarchies and Attributes, Oh My!
    8.jpg
    This is the first part of a series of jQuery tutorials for designers and web developers.
  • jQUery Tutorial for Designers
    9.jpg
    This article contains 10 visual tutorials intended for web designers and newbies on how to apply Javascript effects with jQuery. In case you don’t know about jQuery, it is a "write less, do more" Javascript library. It has many Ajax and Javascript features that allow you to enhance user experience and semantic coding. Since these tutorials are focused on jQuery, I’m not going to get into the details of the CSS.

More resources

If you wish to discover more about jQuery, please check the following website, they have tutorials and articles about jQuery oftenly.

Tutorials from Queness

I started learning jQuery since I started this blog. It has been almost 9 months and it was really a great fun playing around with jQuery to make a website more attractive. I have written over 30 comprehensive jQuery tutorials. All of them are well explained and I hope they will able to help you.


本文转自Justin博客园博客,原文链接:http://www.cnblogs.com/justinw/archive/2010/06/09/1755085.html,如需转载请自行联系原作者
相关文章
|
JavaScript 前端开发
【JQuery】JQuery入门——JQuery 插件-validation
本期主要介绍JQuery入门——知识点讲解(四)
67 0
【JQuery】JQuery入门——JQuery 插件-validation
|
JavaScript API
[jQuery]25 Highly Useful jQuery Cheat Sheets For Web Developers
1. jQuery 1.2 Cheat-sheet [PNG]   2. jQuery 1.2 Cheat Sheet v1.0 [PDF] 3. jQuery 1.3 Cheatsheet [PDF] 4.
1538 0
|
JavaScript 前端开发 Python
|
JavaScript 前端开发 UED
聊聊"jQuery is not defined"
KiwenLau同学在他的个人博客使用了Fundebug的JavaScript错误监控插件,然后偶尔会收到jQuery is not defined这样的错误报警: 他的博客使用了Staticfile CDN提供的的jQuery: 由出错的代码块可知,博客中的『返回顶部』的功能是使用了jQuery实现,如果jQuery出错,意味着该功能失效,那么读者就不得不手动滑动到博客顶部,这样用户体验是非常糟糕的。
957 0