Is it still worth using jQuery in 2025?

3 freediver 3 7/9/2025, 4:05:10 AM waspdev.com ↗

Comments (3)

tobinfekkes · 6h ago
Yes if you don't need 3mb of JS sent across the wire for some basic interactions.

No if it's a legacy system that was built before Vanilla JS caught up and standardized a lot of what jQuery brought to the table.

herbst · 4h ago
What the other said. I would still use it I plan to do a lot of JS stuff, maybe.
chistev · 6h ago
I used to defend using JQuery, lol. But I can do what it does with normal Javascript or even HTMX.