plumatic / dommy

A tiny ClojureScript DOM manipulation and event library
759 stars 74 forks source link

parent function to return DOM parent node of an element #46

Closed osnr closed 10 years ago

osnr commented 11 years ago

There isn't a parent selector, so right now you need to call .-parentElement directly; this is just a simple wrapper.

aria42 commented 10 years ago

Closing this, please re-open if you would like to discuss why this makes sense in the core API.