JQuery的父、子、兄弟节点查找方法 jQuery.parent(expr) //找父元素 jQuery.parents(expr) //找到所有祖先元素,不限于父元素 jQuery.childr ...