摘要: 附近节点获取 父节点 $().parent(); // 直接父节点 $().parents('tr:first'); // 第一个tr父节点 子节点 $().children(); $().find(':checkbox'); // CheckBox的子节点 兄弟节点 $().prev(); // 阅读全文
posted @ 2020-10-13 15:33 fight139 阅读(130) 评论(0) 推荐(0) 编辑