In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
Most people do not understand the knowledge points of this article "jquery selector can you add a comma?" so the editor summarizes the following content, detailed content, clear steps, and has a certain reference value. I hope you can get something after reading this article. Let's take a look at this "jquery selector can add a comma" article.
The jquery selector can add a comma. Jquery's group selector contains the English comma "," and the syntax is "$(" selector 1, selector 2,..., selector n ")", which is used to select multiple selectors at the same time and do the same operation.
The operating environment of this tutorial: windows7 system, jquery1.10.2 version, Dell G3 computer.
Jquery selectors can add commas, which are called "group selectors".
Jquery group selector
Group selector, which is used to perform the same operation on several selectors at the same time.
Syntax:
$("selector 1, selector 2,..., selector n")
The two selectors must be separated by an English comma, otherwise the selector will not work.
Example:
Css ({"color": "red", "background-color": "pink");})
Css ({"color": "red", "background-color": "pink"}) indicates that all h4, div, p and span are selected, and then define the font color of these elements as red and the background color as pink.
Css ({"color": "red", "background-color": "pink");})
The above code is actually equivalent to:
$(function () {$("h4") .css ({"color": "red", "background-color": "pink"}); $("div") .css ({"color": "red", "background-color": "pink"}); $("p") .css ({"color": "red", "background-color": "pink"}) $("span"). Css ({"color": "red", "background-color": "pink"})) the above is about "can you add a comma to jquery selector?". I believe you all have some understanding. I hope the content shared by the editor will be helpful to you. If you want to know more about it, please follow the industry information channel.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.