jQuery 同胞 遍历

原文地址:http://www.w3school.com.cn/jquery/jquery_traversing_siblings.asp

同胞拥有相同的父元素。

  • siblings()
  • next()
  • nextAll()
  • nextUntil()
  • prev()
  • prevAll()
  • prevUntil()

 

此处评论已关闭