ember-fastboot / simple-dom

208 stars 33 forks source link

Implement `querySelector` in Document #53

Open cibernox opened 6 years ago

cibernox commented 6 years ago

Although the API of this DOM implementation intends to be minimal, would you deem acceptable to implement only querySelector and querySelectorAll on the document to enable some usages in ember-fastboot?

RobbieTheWagner commented 6 years ago

Any updates on this? This is essential for a lot of use cases.

kevinansfield commented 6 years ago

This would be very useful when simple-dom is used as part of mobiledoc-dom-renderer because it's often necessary to modify elements after the basic render.

snewcomer commented 6 years ago

Also looking at this to solve some interesting use cases.