"16" JQuery

Source: Internet
Author: User

Jquery

Modules: Dom and JavaScript

Version: 1.12.x compatible with IE9 browsers below

2.x incompatible IE9

First, find

1. Selector

    • #id选择器
    • Tag Selector
    • Type Selector
    • Combo Selector
    • Hierarchy Selector

2. Filters

Example: Multilevel menu display hidden

<!    DOCTYPE html>

3.Dom Tag object and jquery Tag object conversion

Console.log (ths);        Tag object in DOM $ (THS)                   //DOM tag object converted to jquery tagged object (jquery app more convenient) $ (ths) [0]                //jquery Tag object converted to Dom tag object
Second, the operation

1.CSS operation

2. Property manipulation

3. Text manipulation

Example: Jqery Select All/Cancel/reverse selection

Example: Clone implementation search criteria +-

<! DOCTYPE html>

  

III. Events

1. How to use jquery bindings

2. When the document has finished loading, automatically executes the

$ (function () {

......

});

3. Delay Binding

Iv. expansion

1. Custom Modules

2.Form Form Validation

V. the jquery cycle

. each ()

"16" JQuery

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.