This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 56
56
* - [`after()`](http://api.jquery.com/after/)
57
57
* - [`append()`](http://api.jquery.com/append/)
58
58
* - [`attr()`](http://api.jquery.com/attr/) - Does not support functions as parameters
59
- * - [`bind()`](http://api.jquery.com/bind/) - Does not support namespaces, selectors or eventData
59
+ * - (_deprecated_, use `on()`) [`bind()`](http://api.jquery.com/bind/) - Does not support namespaces, selectors or eventData
60
60
* - [`children()`](http://api.jquery.com/children/) - Does not support selectors
61
61
* - [`clone()`](http://api.jquery.com/clone/)
62
62
* - [`contents()`](http://api.jquery.com/contents/)
85
85
* - [`text()`](http://api.jquery.com/text/)
86
86
* - [`toggleClass()`](http://api.jquery.com/toggleClass/) - Does not support a function as first argument
87
87
* - [`triggerHandler()`](http://api.jquery.com/triggerHandler/) - Passes a dummy event object to handlers
88
- * - [`unbind()`](http://api.jquery.com/unbind/) - Does not support namespaces or event object as parameter
88
+ * - (_deprecated_, use `off()`) [`unbind()`](http://api.jquery.com/unbind/) - Does not support namespaces or event object as parameter
89
89
* - [`val()`](http://api.jquery.com/val/)
90
90
* - [`wrap()`](http://api.jquery.com/wrap/)
91
91
*
You can’t perform that action at this time.
0 commit comments