Contains code for jQuery tutorials from FreeCodeCamp
The following examples are found in this repository
1)Learn how Script Tags and Document Ready Work
2)Target HTML Elements with Selectors Using jQuery
3)Target Elements by Class Using jQuery
4)Target Elements by ID Using jQuery
5)Delete your jQuery Functions
6)Target the same element with multiple jQuery Selectors
7)Remove Classes from an element with jQuery
8)Change the CSS of an Element Using jQuery
9)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 Numbered Elements Using jQuery
18)Use jQuery to Modify the Entire Page