wetfish / basic

A tiny, customizable JavaScript UI framework.
MIT License
9 stars 3 forks source link

Missing functions for getting parent elements #24

Closed itsrachelfish closed 9 years ago

itsrachelfish commented 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

itsrachelfish commented 9 years ago

Fixed as of v0.7.7