This repo's code is written by following the "Build A Filterable List With Vanilla JavaScript" youtube video tutorials which are created by Sir Brad Traversy (Youtube Channel:Traversy Media). You can ...
Cleaned up the js code a little bit from Brad's: some DOM variables were stored inside functions so I took them out and placed them at the top of the doc instead for better readability. Fixed the UI: ...
Ubiquitous jQuery has been outmoded by JavaScript and browser advances. These jQuery-like alternatives pick up where jQuery left off Simplifying tasks such as HTML document traversal, animation, and ...