Home  >  Article  >  Web Front-end  >  jQuery element selector usage example_jquery

jQuery element selector usage example_jquery

WBOY
WBOYOriginal
2016-05-16 16:24:43899browse

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.

Statement:
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