We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 369fb7f commit 8e82bf5Copy full SHA for 8e82bf5
src/jqLite.js
@@ -76,7 +76,7 @@
76
* - [`parent()`](http://api.jquery.com/parent/) - Does not support selectors
77
* - [`prepend()`](http://api.jquery.com/prepend/)
78
* - [`prop()`](http://api.jquery.com/prop/)
79
- * - [`ready()`](http://api.jquery.com/ready/)
+ * - [`ready()`](http://api.jquery.com/ready/) (_deprecated_, use `angular.element(callback)` instead of `angular.element(document).ready(callback)`)
80
* - [`remove()`](http://api.jquery.com/remove/)
81
* - [`removeAttr()`](http://api.jquery.com/removeAttr/) - Does not support multiple attributes
82
* - [`removeClass()`](http://api.jquery.com/removeClass/) - Does not support a function as first argument
0 commit comments