unosmium / unosmium.org

Website for Unosmium and Science Olympiad results
https://unosmium.org
MIT License
4 stars 6 forks source link

Optimize JS DOM selectors #10

Open zqianem opened 5 years ago

zqianem commented 5 years ago

Currently using a lot of classes where ids should be used. Should refactor for speed especially as the number of DOM elements in the results index grows without bound.

zqianem commented 4 years ago

Potentially want to remove jQuery altogether? Will involve a lot of refactoring in that case.