Techtonica / keyboard-shortcuts-practice

https://techtonica.github.io/keyboard-shortcuts-practice/
26 stars 56 forks source link

[jQuery] Replace jQuery.text function with native function #104

Closed vegetabill closed 3 years ago

vegetabill commented 3 years ago

Currently we are using jQuery to update DOM contents but native browser functions exist to do this in a standard way so we don't need to rely on jQuery for this.

Example: https://github.com/Techtonica/keyboard-shortcuts-practice/blob/1a642f3ce4a136ec3b325beec781f4ab97b18935/public/scripts/main.js#L213

Search for all usages of the .text( function and replace with standard functionality.

StackOverflow code example

linhhvo commented 3 years ago

Hi @vegetabill, can I work on this?

arpi-r commented 3 years ago

Assigned!

alodahl commented 3 years ago

@linhhvo , if there is more jQuery you'd like to address, we can make an issue for you after you make a PR.