diff options
author | Kyle Kaminski <kyle@xenomedia.com> | 2014-03-23 17:49:51 -0500 |
---|---|---|
committer | Kyle Kaminski <kyle@xenomedia.com> | 2014-03-23 17:49:51 -0500 |
commit | 9104c7c3b155a0c9d7dbefffd71987c4cc14182a (patch) | |
tree | 149c2ede02db2e42ecf3e9f342ce1b0d12c61b55 /notes.txt | |
parent | d410bd790c6af1676fda59be7e096782799475e0 (diff) | |
download | websandbox-9104c7c3b155a0c9d7dbefffd71987c4cc14182a.tar.gz websandbox-9104c7c3b155a0c9d7dbefffd71987c4cc14182a.tar.bz2 websandbox-9104c7c3b155a0c9d7dbefffd71987c4cc14182a.zip |
sharethis test
Diffstat (limited to 'notes.txt')
-rw-r--r-- | notes.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/notes.txt b/notes.txt new file mode 100644 index 0000000..b9516a9 --- /dev/null +++ b/notes.txt @@ -0,0 +1,4 @@ +[jquery] +- $(function() {} is same as $(document).ready(function() {}, + $(window).load(function () {} comes later in rendering process when all + tags are ready such as images |