Skip to content

Commit 15d80af

Browse files
cburgdorfIgorMinar
authored andcommitted
docs(jqLite): clarified that children/parent do not support selectors
1 parent a92bb2e commit 15d80af

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/jqLite.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@
3232
* - [after()](http://api.jquery.com/after/)
3333
* - [append()](http://api.jquery.com/append/)
3434
* - [attr()](http://api.jquery.com/attr/)
35-
* - [bind()](http://api.jquery.com/bind/)
36-
* - [children()](http://api.jquery.com/children/)
35+
* - [bind()](http://api.jquery.com/bind/) - Does not support namespaces
36+
* - [children()](http://api.jquery.com/children/) - Does not support selectors
3737
* - [clone()](http://api.jquery.com/clone/)
3838
* - [contents()](http://api.jquery.com/contents/)
3939
* - [css()](http://api.jquery.com/css/)
4040
* - [data()](http://api.jquery.com/data/)
4141
* - [eq()](http://api.jquery.com/eq/)
42-
* - [find()](http://api.jquery.com/find/) - Limited to lookups by tag name.
42+
* - [find()](http://api.jquery.com/find/) - Limited to lookups by tag name
4343
* - [hasClass()](http://api.jquery.com/hasClass/)
4444
* - [html()](http://api.jquery.com/html/)
45-
* - [next()](http://api.jquery.com/next/)
46-
* - [parent()](http://api.jquery.com/parent/)
45+
* - [next()](http://api.jquery.com/next/) - Does not support selectors
46+
* - [parent()](http://api.jquery.com/parent/) - Does not support selectors
4747
* - [prepend()](http://api.jquery.com/prepend/)
4848
* - [prop()](http://api.jquery.com/prop/)
4949
* - [ready()](http://api.jquery.com/ready/)
@@ -55,7 +55,7 @@
5555
* - [text()](http://api.jquery.com/text/)
5656
* - [toggleClass()](http://api.jquery.com/toggleClass/)
5757
* - [triggerHandler()](http://api.jquery.com/triggerHandler/) - Doesn't pass native event objects to handlers.
58-
* - [unbind()](http://api.jquery.com/unbind/)
58+
* - [unbind()](http://api.jquery.com/unbind/) - Does not support namespaces
5959
* - [val()](http://api.jquery.com/val/)
6060
* - [wrap()](http://api.jquery.com/wrap/)
6161
*

0 commit comments

Comments
 (0)