You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/jqLite.js
+2-2
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@
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/) (_deprecated_ - to be removed in 1.7.0, use [`on()`](http://api.jquery.com/on/)) - Does not support namespaces, selectors or eventData
59
+
* - [`bind()`](http://api.jquery.com/bind/) (_deprecated_, use [`on()`](http://api.jquery.com/on/)) - Does not support namespaces, selectors or eventData
60
60
* - [`children()`](http://api.jquery.com/children/) - Does not support selectors
* - [`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/) (_deprecated_ - to be removed in 1.7.0, use [`off()`](http://api.jquery.com/off/)) - Does not support namespaces or event object as parameter
88
+
* - [`unbind()`](http://api.jquery.com/unbind/) (_deprecated_, use [`off()`](http://api.jquery.com/off/)) - Does not support namespaces or event object as parameter
0 commit comments