Course's Objectives
1. The learners can identify how JQuery is so useful by the easiness it provides for certain tasks.
2. The learners know how to use CSS selectors within the JQuery object in order to select every html element they want.
3. The learners can attach single or multiple events to the specified elements.
4. The learners can change html content dynamically by using the html(), text() and val() functions.
5. The learners can get or set either single or multiple attributes to html elements.
6. The learners make use of existing JQuery effect functions like .fadeIn() and more.
7. The learners are capable of traversing the DOM and navigating relatively from one element to the other, understanding the DOM's hierarchy, children, parent elements etc.
8. The learners learn all the different function that allow them to insert elements on the fly into specific places in DOM.
9. The learners learn more about all the necessary functions that can use in order to fetch data from an external service and perform AJAX requests.