美文网首页
jQuery-遍历查找

jQuery-遍历查找

作者: 大步迈 | 来源:发表于2016-08-31 09:26 被阅读17次

    children() 选择子元素

    parent() 选择父元素

    parents()选择祖先元素

    next() 选择后面紧临的兄弟元素

    nextAll() 查找当前元素之后所有的同辈元素

    prev()前一个兄弟元素

    prevAll()前面所有的兄弟元素  

    prevUntil()所有的 兄弟元素

    相关文章

      网友评论

          本文标题:jQuery-遍历查找

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