We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20685ff commit b6f4d4bCopy full SHA for b6f4d4b
src/jqLite.js
@@ -39,7 +39,7 @@
39
* - [`addClass()`](http://api.jquery.com/addClass/)
40
* - [`after()`](http://api.jquery.com/after/)
41
* - [`append()`](http://api.jquery.com/append/)
42
- * - [`attr()`](http://api.jquery.com/attr/)
+ * - [`attr()`](http://api.jquery.com/attr/) - Does not support functions as parameters
43
* - [`bind()`](http://api.jquery.com/bind/) - Does not support namespaces, selectors or eventData
44
* - [`children()`](http://api.jquery.com/children/) - Does not support selectors
45
* - [`clone()`](http://api.jquery.com/clone/)
0 commit comments