Home > Web Front-end > JS Tutorial > body text

jQuery element selector usage example_jquery

WBOY
Release: 2016-05-16 16:24:43
Original
898 people have browsed it

The examples in this article describe the usage of jQuery element selector. Share it with everyone for your reference. The specific analysis is as follows:

The element selector matches all elements based on their name.
Example code:

Copy code The code is as follows:
$("div")

The above code matches all div elements.
Example code:

Copy code The code is as follows:






Element Selector-Script Home









In the above code, the div element can be hidden when the button is clicked.

I hope this article will be helpful to everyone’s jquery programming design.

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 Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template