Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 296 Bytes

events.md

File metadata and controls

3 lines (2 loc) · 296 Bytes

[TODO] Cover standard DOM events, both IE and non-IE implementations along with jQuery, since it's so common. Discuss the primary asynchronous features of DOM related events, propagation, bubbling, etc.

Also cover Ajax/XHR (XML Http Request) which is an event like asynchronous browser API.