Need Help Convert jQuery Code to Pure Javascript

It seems that you don’t have any tests for your code, so you’ve had no feedback for what went wrong or when. Due to that lack of tests, you’ll need to do manual tests much more frequently.

If I were you I would undo half of your changes and retest the code. If you still have problems then undo all of your changes so that things still work, then test after making each small removal of jQuery to learn what caused your problem.

1 Like