Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 56cc7bc

Browse files
githubjekacaitp
authored andcommitted
docs(jqLite): link to jQuery.fn.bind/unbind docs rather than jQuery.fn.on/off docs
Сorrect link. Closes #6171
1 parent b4eed8a commit 56cc7bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/jqLite.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* - [`after()`](http://api.jquery.com/after/)
4141
* - [`append()`](http://api.jquery.com/append/)
4242
* - [`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
4444
* - [`children()`](http://api.jquery.com/children/) - Does not support selectors
4545
* - [`clone()`](http://api.jquery.com/clone/)
4646
* - [`contents()`](http://api.jquery.com/contents/)
@@ -67,7 +67,7 @@
6767
* - [`text()`](http://api.jquery.com/text/)
6868
* - [`toggleClass()`](http://api.jquery.com/toggleClass/)
6969
* - [`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
7171
* - [`val()`](http://api.jquery.com/val/)
7272
* - [`wrap()`](http://api.jquery.com/wrap/)
7373
*

0 commit comments

Comments
 (0)