Hacker News new | ask | show | jobs
by franze 4935 days ago
currently there is a performance overhead to animate deeply nested HTML elements. so we would basically need a sizzle selector that applies to every HTML page that only selects "not deeply nested" nodes. so ":not(:has())" filters will be needed.
1 comments

I was trying to do this but it seems like the implementation haves a little bug: https://github.com/franzenzenhofer/box2d-jquery/issues/1
thx, all bug-reports are welcome and will be fixed and tested a.s.a.p.