summaryrefslogtreecommitdiffstats
path: root/notes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'notes.txt')
-rw-r--r--notes.txt4
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