Blogger Information
Blog 23
fans 1
comment 1
visits 23048
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
6个常用的jquery选择器函数-4月3日作业
潮涌学习php的博客
Original
698 people have browsed it

1、标签选择器

2、class类选择器

3、id选择器

4、通配选择器 *

//1.标签选择器:tag

$('td').css('background-color','wheat')


//2.id选择器

$('#title').css('background-color','lightgreen')


//3.类选择器

$('.mark').addClass('bg-orange')


//4.通配选择器

$('tr:nth-child(3) ~ *').css('background-color','pink')














Correction status:qualified

Teacher's comments:
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post