jQueryオブジェクト .parents()

jQueryオブジェクトのparentメソッドは、各要素の先祖要素を返す。

jQueryObject.parents([expr])
expr

先祖要素を絞り込むための条件を指定する。

親要素だけを取得するにはparentメソッドを使う。