[Free] Complete Jquery And Ajax Programming Curriculum
Create Interactive Websites and Widgets – Free Course
What you’ll learn
- A fundamental understanding of jQuery
- Create a responsive website with a shop page and responsive form
Requirements
- Working knowledge of HTML, CSS and JavaScript
- Google Chrome installed on your computer
- A code editor installed on your computer (an open source editor such as ATOM is fine)
Description
Learn jQuery the most popular JavaScript library in the world. Able to perform basic and essential operations in web development (including rich interactions), jQuery can also work cross-browser, allowing you to create applications that work everywhere, for every user, without compatibility issues.Beginning with a fundamental understanding of what jQuery is and why you should work with it, you will learn the basics of this versatile library as you are guided through the creation of a responsive website which features a shop page and responsive form.
You will learn
- How to work with selection to search for elements (by elements, or by class)
- Traversing a more efficient way of finding elements than the CSS selectors
- How to work with events
- Incorporating simple animations to improve the user experience
- Manipulating the DOM through dynamically created objects
- Using AJAX to asynchronously load and post information to a local or remote server