diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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: |