This repository was archived by the owner on Apr 12, 2024. It is now read-only.
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 65
65
* - [`html()`](http://api.jquery.com/html/)
66
66
* - [`next()`](http://api.jquery.com/next/) - Does not support selectors
67
67
* - [`on()`](http://api.jquery.com/on/) - Does not support namespaces, selectors or eventData
68
- * - [`off()`](http://api.jquery.com/off/) - Does not support namespaces or selectors
68
+ * - [`off()`](http://api.jquery.com/off/) - Does not support namespaces, selectors or event object as parameter
69
69
* - [`one()`](http://api.jquery.com/one/) - Does not support namespaces or selectors
70
70
* - [`parent()`](http://api.jquery.com/parent/) - Does not support selectors
71
71
* - [`prepend()`](http://api.jquery.com/prepend/)
79
79
* - [`text()`](http://api.jquery.com/text/)
80
80
* - [`toggleClass()`](http://api.jquery.com/toggleClass/)
81
81
* - [`triggerHandler()`](http://api.jquery.com/triggerHandler/) - Passes a dummy event object to handlers.
82
- * - [`unbind()`](http://api.jquery.com/unbind/) - Does not support namespaces
82
+ * - [`unbind()`](http://api.jquery.com/unbind/) - Does not support namespaces or event object as parameter
83
83
* - [`val()`](http://api.jquery.com/val/)
84
84
* - [`wrap()`](http://api.jquery.com/wrap/)
85
85
*
You can’t perform that action at this time.
0 commit comments