Hello teacher
@smash
@smash 2019-04-25 23:39:33
0
1
1105

$('.list-item i[class*="fa-check"]')

$('.list-item i[class$="checked"]')

What do the *= and $= inside mean?

@smash
@smash

总有一天,我要打十个

reply all (1)
ringa_lee

[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

    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!