My solution proposals for the jQuery exercises.
freeCodeCamp module description:
"jQuery is one of the most widely used JavaScript libraries in the world. In 2006 when it was released, all major browsers handled JavaScript slightly differently. jQuery simplified the process of writing client-side JavaScript, and also ensured that your code worked the same way in all browsers. In this course, you'll learn how to use jQuery to select, remove, clone, and modify different elements on the page."
- 01 - Learn How Script Tags and Document Ready Work
- 02 - Target HTML Elements with Selectors Using jQuery
- 03 - Target Elements by Class Using jQuery
- 04 - Target Elements by id Using jQuery
- 05 - Delete Your jQuery Functions
- 06 - Target the Same Element with Multiple jQuery Selectors
- 07 - Remove Classes from an Element with jQuery
- 08 - Change the CSS of an Element Using jQuery
- 09 - Disable an Element Using jQuery
- 10 - Change Text Inside an Element Using jQuery
- 11 - Remove an Element Using jQuery
- 12 - Use appendTo to Move Elements with jQuery
- 13 - Clone an Element Using jQuery
- 14 - Target the Parent of an Element Using jQuery
- 15 - Target the Children of an Element Using jQuery
- 16 - Target a Specific Child of an Element Using jQuery
- 17 - Target Even Elements Using jQuery
- 18 - Use jQuery to Modify the Entire Page