JavaScript Intermediate Tutorial
Okey dokey. You’ve nailed the basics then, hmm? Good stuff. Have a cake. And once you’ve eaten it, try your hand at some areas of JavaScript that will push you a little further.
Contents
- The DOM: The DOM as a tree of elements. Parents and children. Mummies and daddies. How babies are made… wait, wrong site.
- Events and Callbacks: Event-driven programming. Listening for events, and acting on them with callback functions.
- AJAX: Asynchronous JavaScript And XML? What? Why?
- JSON: JavaScript Object Notation. And the Argonauts.
- Scope: What scope is and how JavaScript, yet again, does it differently.
- jQuery: What’s a DOM library for and why would you choose jQuery?
- jQuery: DOM API:
$()
. That is all. - jQuery: AJAX:
$.get
,$.post
, and$.ajax
. - jQuery: Other Tricks: DOMContentLoaded, Load, and Type Checking.