Why use jquery?

Source: Internet
Author: User

First you have to understand why you have to learn the advantages of jquery,jquery, of course, compared to the traditional JavaScript and DOM, now the advantages of jquery are summarized as follows:

1, lightweight.

jquery is very small and only about 18KB in compression packs.

2, powerful selector.

jquery not only supports all selectors in CSS, but also jquery's unique selector.

3, excellent DOM operation encapsulation.

jquery encapsulates a large number of commonly used DOM operations.

4, good compatibility.

jquery can be compatible in different browsers, while also fixing some differences between browsers.

5, chain-type programming

A set of actions that occur on the same jquery object can be ligatures directly without having to retrieve the object repeatedly, making jquery's code incredibly elegant.

6, implicit iteration

When you use jquery to find all the elements with the ". Class" class, and then hide them, you do not have to iterate through each returned element.

7, behavior and structure separation

8, rich plug-in support

9, open source

Anyone is free to use and make their own comments.

The core idea of jquery is: Write less and do much (write Less,do more).

Why use 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.