File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 40
40
* - [`after()`](http://api.jquery.com/after/)
41
41
* - [`append()`](http://api.jquery.com/append/)
42
42
* - [`attr()`](http://api.jquery.com/attr/)
43
- * - [`bind()`](http://api.jquery.com/on /) - Does not support namespaces, selectors or eventData
43
+ * - [`bind()`](http://api.jquery.com/bind /) - Does not support namespaces, selectors or eventData
44
44
* - [`children()`](http://api.jquery.com/children/) - Does not support selectors
45
45
* - [`clone()`](http://api.jquery.com/clone/)
46
46
* - [`contents()`](http://api.jquery.com/contents/)
67
67
* - [`text()`](http://api.jquery.com/text/)
68
68
* - [`toggleClass()`](http://api.jquery.com/toggleClass/)
69
69
* - [`triggerHandler()`](http://api.jquery.com/triggerHandler/) - Passes a dummy event object to handlers.
70
- * - [`unbind()`](http://api.jquery.com/off /) - Does not support namespaces
70
+ * - [`unbind()`](http://api.jquery.com/unbind /) - Does not support namespaces
71
71
* - [`val()`](http://api.jquery.com/val/)
72
72
* - [`wrap()`](http://api.jquery.com/wrap/)
73
73
*
You can’t perform that action at this time.
0 commit comments