ArcBees / gwtquery

A jQuery clone for GWT, and much more.
MIT License
85 stars 38 forks source link

Events listener using Predicate selectors instead of cssSelectors #303

Closed ibaca closed 8 years ago

ibaca commented 9 years ago

I add this strategy to avoid the performance problem https://github.com/ArcBees/gwtquery/issues/177, although I end up using the alternative solution https://github.com/ArcBees/gwtquery/pull/302.

Anyway, this path might be useful for some situations where the user want a programmatic filtering on event listeners.

Review on Reviewable

olafleur commented 8 years ago

Last commit was more than 6 months ago. Closing. Feel free to reopen a pull request as needed.