jquery 的父子节点

1.一级父节点 parent()

  n级父节点 parents(???).

2.一级子节点 children()

  n级子节点  用find(???)

原文地址:https://www.cnblogs.com/yanjunwu/p/3515694.html