|
32 | 32 | * - [after()](http://api.jquery.com/after/)
|
33 | 33 | * - [append()](http://api.jquery.com/append/)
|
34 | 34 | * - [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 |
37 | 37 | * - [clone()](http://api.jquery.com/clone/)
|
38 | 38 | * - [contents()](http://api.jquery.com/contents/)
|
39 | 39 | * - [css()](http://api.jquery.com/css/)
|
40 | 40 | * - [data()](http://api.jquery.com/data/)
|
41 | 41 | * - [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 |
43 | 43 | * - [hasClass()](http://api.jquery.com/hasClass/)
|
44 | 44 | * - [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 |
47 | 47 | * - [prepend()](http://api.jquery.com/prepend/)
|
48 | 48 | * - [prop()](http://api.jquery.com/prop/)
|
49 | 49 | * - [ready()](http://api.jquery.com/ready/)
|
|
55 | 55 | * - [text()](http://api.jquery.com/text/)
|
56 | 56 | * - [toggleClass()](http://api.jquery.com/toggleClass/)
|
57 | 57 | * - [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 |
59 | 59 | * - [val()](http://api.jquery.com/val/)
|
60 | 60 | * - [wrap()](http://api.jquery.com/wrap/)
|
61 | 61 | *
|
|
0 commit comments