基本选择器
parent child
类似后代选择器,不分层次的选择满足条件的节点
parent > child
[[attribute]]
[[attribute=value]]
[[attribute!=value]]
[[attribute^=value]]
[[attribute$=value]]
[[attribute*=value]]
类似后代选择器,不分层次的选择满足条件的节点
[[attribute=value]]
[[attribute!=value]]
[[attribute^=value]]
[[attribute$=value]]
[[attribute*=value]]
本文标题:jquery 02 jq选择器
本文链接:https://www.haomeiwen.com/subject/pkgqpttx.html
网友评论