84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
$('.list-item i[class*="fa-check"]')
$('.list-item i[class$="checked"]')
What do the *= and $= inside mean?
总有一天,我要打十个
[attribute*=value] The selector matches every element whose attribute value contains the specified value.
[attribute$=value] The selector matches elements whose attribute value ends with the specified value.
These can be found in the manual. It is recommended that you read the manual first and supplement the basics.
Manual download address: //m.sbmmt.com/xiazai/shouce
[attribute*=value] The selector matches every element whose attribute value contains the specified value.
[attribute$=value] The selector matches elements whose attribute value ends with the specified value.
These can be found in the manual. It is recommended that you read the manual first and supplement the basics.
Manual download address: //m.sbmmt.com/xiazai/shouce