From 4dc54fdace4bafe13c119c939ebb2a6c89fba4c3 Mon Sep 17 00:00:00 2001 From: danswick Date: Thu, 12 Mar 2015 10:03:48 -0500 Subject: [PATCH] add resources doc --- doc/resources.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/resources.md diff --git a/doc/resources.md b/doc/resources.md new file mode 100644 index 0000000..9f70f68 --- /dev/null +++ b/doc/resources.md @@ -0,0 +1,9 @@ +## On getting URL variables + +- http://css-tricks.com/snippets/javascript/get-url-variables/ +- http://w3lessons.info/2013/02/25/how-to-get-url-parameters-values-using-jquery/ + +## On D3 + +- Binding data - http://alignedleft.com/tutorials/d3/binding-data/ +- Simple example of working with JSON in a variable - http://jsfiddle.net/fg9MU/1/ \ No newline at end of file