Y
Hacker News
new
|
ask
|
show
|
jobs
by
federicoweber
4935 days ago
that's exactly the first thought that strike my mind.
1 comments
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.
link
jQueryIsAwesome
4935 days ago
I was trying to do this but it seems like the implementation haves a little bug:
https://github.com/franzenzenhofer/box2d-jquery/issues/1
link
franze
4934 days ago
thx, all bug-reports are welcome and will be fixed and tested a.s.a.p.
link