×
Now that you have learned a bit of jQuery, it's time to refactor an application from vanilla JS to use jQuery!
You can either use an application that you have built previously, like the Todo application, or if you're looking for more of a challenge, here's a browser game written entirely in vanilla JS.
Build a list page where users can add and rate examples from a category (e.g. movies, albums, or sports). This page should include the following:
sort
method.)Here's an example of a movie list page (it includes Bootstrap for styling):
All DOM manipulation should be done using jQuery - don't use any vanilla JavaScript properties or methods to interact with the DOM!
For solutions to these exercises, click here.
When you're ready, move on to How the Web Works Introduction