liamaharon / handy-handbook-tool

Google Chrome extension that improves the user experience of the University of Melbourne handbook
https://chrome.google.com/webstore/detail/handy-handbook-tool/kgjgnfjefohopigifkpplgjcmobgmoch
MIT License
4 stars 3 forks source link

Replace jQuery with vanilla JS #5

Open liamaharon opened 6 years ago

liamaharon commented 6 years ago

Fairly sure all the jQuery in use now can be replaced with vanilla JS.

KokoroSenshi commented 6 years ago

But should it?

liamaharon commented 6 years ago

These days vanilla JS can do almost everything jQuery can except faster, and with less bloat. So usually if you can use JS instead of jQuery in a project you should

KokoroSenshi commented 6 years ago

Ok, just curious about your opinion