parents()和parent()

$("").parent().parent()  //父元素的父元素

$("").parents("tr")  // 祖先元素 找到tr 

原文地址:https://www.cnblogs.com/penghq/p/8687190.html