From 106edb2c88d3eac8b506d0839a6d41199ab9a1e6 Mon Sep 17 00:00:00 2001 From: deanwenick Date: Wed, 6 Nov 2013 11:39:14 -0800 Subject: [PATCH] added resource for beginning ajax --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5e7ef00..3301ecc 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,7 @@ To submit a resource, edit this README markdown file following existing conventi ###Modularizing Code * Escape Callback Hell/pyramid of doom by breaking out your callbacks into smaller functions: http://callbackhell.com/ + + +###AJAX +* good pdf of slides for beginning ajax http://portiaplante.com/javascript2/lectures/Javascript%20-%20Lecture%2011%20-%20%20Ajax.pdf