Is jquery native?

藏色散人
Release: 2021-11-17 11:37:11
Original
1767 people have browsed it

jquery is not native, but encapsulates many methods on the basis of native js, forming a js library; that is, jquery encapsulates commonly used functional codes of js, providing a simple JavaScript design mode, optimizing HTML document operations, event handling, animation design and Ajax interaction.

Is jquery native?

The operating environment of this article: Windows 7 system, jquery version 3.2.1, DELL G3 computer

Is jquery native?

jQuery is the abbreviation of js query. It can be understood as encapsulating many methods on the basis of native js and forming a js library.

Introduction to jquery:

jQuery is a fast and concise JavaScript framework. It is another excellent JavaScript code library (framework) after Prototype. It was launched in January 2006. Posted by John Resig. The purpose of jQuery's design is "write less, do more", which means writing less code and doing more things. It encapsulates common JavaScript function codes, provides a simple JavaScript design pattern, and optimizes HTML document operations, event processing, animation design and Ajax interaction.

The core features of jQuery can be summarized as follows: It has a unique chain syntax and a short and clear multi-functional interface; it has an efficient and flexible CSS selector, and can expand the CSS selector; it has convenient plug-in extensions Mechanism and rich plug-ins. jQuery is compatible with various mainstream browsers, such as IE 6.0, FF 1.5, Safari 2.0, Opera 9.0, etc.

The difference between native js and jquery:

1. The loading modes of native js and jquery entry functions are different;

2. Native js will wait until the dom element Loading is complete, and the image is also loaded before execution; jquery will wait until the dom element is loaded, but will not wait until the image is loaded before executing;

3. Regarding the function coverage problem, native js is writing multiple entries function, what is written later will overwrite what was written earlier; jquery will not overwrite but will be executed in sequence;

Recommended learning: "jquery video tutorial" "javascript basic tutorial

The above is the detailed content of Is jquery native?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!