美文网首页
jquery 02 jq选择器

jquery 02 jq选择器

作者: 小小机器人 | 来源:发表于2016-11-12 23:24 被阅读10次

    基本选择器

    parent child

    类似后代选择器,不分层次的选择满足条件的节点


    parent > child
    [[attribute]]

    [[attribute=value]]
    [[attribute!=value]]
    [[attribute^=value]]
    [[attribute$=value]]
    [[attribute*=value]]

    :has(selector)
    prev + next
    prev ~ siblings

    位置选择器

    :first
    :first-child
    :only-child
    :nth-child
    :even
    :gr(index)/eq(index)
    :contains('')
    Paste_Image.png
    其他
    Paste_Image.png

    相关文章

      网友评论

          本文标题:jquery 02 jq选择器

          本文链接:https://www.haomeiwen.com/subject/pkgqpttx.html