https://github.com/moonhighway/jquery-accelerated
Introducing jQuery in a day
https://github.com/moonhighway/jquery-accelerated
Last synced: about 1 year ago
JSON representation
Introducing jQuery in a day
- Host: GitHub
- URL: https://github.com/moonhighway/jquery-accelerated
- Owner: MoonHighway
- License: mit
- Created: 2015-08-28T21:35:15.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-12-14T20:01:04.000Z (over 9 years ago)
- Last Synced: 2025-02-16T18:44:22.315Z (over 1 year ago)
- Language: CSS
- Size: 1.57 MB
- Stars: 1
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
jQuery Accelerated
====================
This course is designed to cover the history and fundamentals of the jQuery language in a single day.
We will look primarily at traversing the DOM, handling events, and fetching data.
Topics
------
* jQuery History
* The JQuery Object
* Manipulating the DOM
* jQuery Events
* Single Page Apps
* jQuery with AJAX
* jQuery Plugins