(每日一题)CSS应用于所有选中的元素
:checked 选择器用于选择所有选中的复选框、单选按钮和 select 元素的选项。
注意:要仅检索 select 元素的选定选项,请使用 :selected 选择器。
句法:
<pre class="prism line-numbers lang-js" data-lang="JavaScript">$(":checked")
</pre>
下面的示例说明了 jQuery 中的 :checked 选择器:
示例 1:此示例将 CSS 应用于所有选中的元素(在此示例中为复选框)。
<pre class="prism line-numbers lang-js" data-lang="JavaScript">`
jQuery | :checked Selector
$(document).ready(function() {
$(":checked").wrap("");
});
form {
font-weight: bold;
font-size: 25px;
color: green;
}
#
jQuery | :checked Selector
GeeksForGeeks_1
GeeksForGeeks_2
GeeksForGeeks_3
`</pre>
输出:
示例 2:此示例在单选按钮上使用选中的选择器。
<pre class="prism line-numbers lang-js" data-lang="JavaScript">`
jQuery | :checked Selector
$(document).ready(function() {
$(":checked").wrap("");
});
form {
font-weight: bold;
font-size: 25px;
color: green;
}
#
jQuery | :checked Selector
GeeksForGeeks_1
GeeksForGeeks_2
GeeksForGeeks_3
`</pre>
输出:
发表评论
热门文章
Spimes主题专为博客、自媒体、资讯类的网站设计....
一款个人简历主题,可以简单搭建一下,具体也比较简单....
仿制主题,Typecho博客主题,昼夜双版设计,可....
用于作品展示、资源下载,行业垂直性网站、个人博客,....
尘集杂货铺和官网1t5-cn
11月11日
[已回复]
希望主题和播放器能支持SQLite数据库,AI能多个讯飞星火