> ...with the only big advantage jQuery has now is if you're animating.
While you can probably get away with using $.animate for very simple animations, you'll run into jQuery's animation performance problems before too long.
Yeah, but then you just add velocityjs (as you reference). But I'm really referring to simple animations here, for anything complex I'd use Canvas or possibly SVG (although SVG can also have performance issues).