We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 823295f commit 7b83500Copy full SHA for 7b83500
src/jqLite.js
@@ -78,7 +78,7 @@
78
* - [`prop()`](http://api.jquery.com/prop/)
79
* - [`ready()`](http://api.jquery.com/ready/)
80
* - [`remove()`](http://api.jquery.com/remove/)
81
- * - [`removeAttr()`](http://api.jquery.com/removeAttr/)
+ * - [`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
83
* - [`removeData()`](http://api.jquery.com/removeData/)
84
* - [`replaceWith()`](http://api.jquery.com/replaceWith/)
0 commit comments