From a77685a153ded4e4dd69d7a4f9c8003424898a97 Mon Sep 17 00:00:00 2001 From: wout Date: Fri, 31 Jan 2014 18:28:59 +0100 Subject: Updated README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6fa3e2b..631a7f4 100644 --- a/README.md +++ b/README.md @@ -538,6 +538,8 @@ draw.each(function(i, children) { }, true) ``` +Note that `this` refers to the current child element. + ### has() Checking the existence of an element within a parent: @@ -1502,6 +1504,8 @@ set.each(function(i) { }) ``` +Note that `this` refers to the current child element. + ### has() Determine if an element is member of the set: -- cgit v1.2.3