Nowadays, lots of things that jQuery used to help with are done natively by the browser. jQuery's base, Sizzle, only exists to provide IE support because of QuerySelector
. Nowadays, lots of things that jQuery used to help with are done natively by the browser. Some of the functions still are helpful, but sometimes they allow you to do something in a way that isn't optimized for performance because jQuery makes that method so easy.
9 upvotes·13.6K views