标签: jquery css-selectors ancestor
假设jQuery对象是$ obj,如何选择所需的祖先?
答案 0 :(得分:1)
将parents()与:first选择器一起使用:
parents()
:first
obj.parents("tbody:first");