Introduction to jquery and syntax

Source: Internet
Author: User

I. Understanding of jquery

1. JQuery:

The jquery library can be added to a Web page with a simple line of markup.

2. What is jquery:

jquery is a library of JavaScript functions.

3, the jquery library contains the functions:

HTML element selection

HTML element manipulation

CSS Actions

HTML event functions

JavaScript effects and animations

HTML DOM Traversal and modification

Ajax

Utilities


Ii. Introduction of jquery

1. Add jquery to your page

1): Download the jquery library from jquery.com

2): Load jquery from CDN, such as load jquery from Google

A): Baidu and Sina servers have jquery

Example: Http://libs.baidu.com/jQuery/1.10.2/jquery.min.js

b): Google and Microsoft servers have jquery

Example: Http://ajax.googleapis.com/ajax/libs/jquery/jquery.min.js

2, Version Introduction:

v1.11.1:1.x Support ie6+

v2.1.1:2.x Support ie9+


Three, the basic grammar of Jqeury

1. jquery Syntax:

Base syntax: $ (selector). Action ()

Dollar sign definition jquery

Selector (selector) "Query" and "find" HTML elements

jquery action () performs an operation on an element

For example:

$ (this). Hide ()-hides the current element

$ ("P"). Hide ()-Hides all paragraphs

<! DOCTYPE html>


Introduction to jquery and syntax

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.