Closed itsrachelfish closed 9 years ago
.parent() - Replaces all currently matched elements with their parentNode .parents('selector') - Loops through all parent nodes until a matching selector is found
Fixed as of v0.7.7
.parent() - Replaces all currently matched elements with their parentNode .parents('selector') - Loops through all parent nodes until a matching selector is found