docs(jqLite): Document that removeAttr doesn't support multiple attributes

jQuery supports removing multiple attributes in one go, jqLite doesn't.
This is now documented.
This commit is contained in:
Michał Gołębiowski
2016-09-21 14:36:10 +02:00
parent 1ea3d889fa
commit 1f16c79396
+1 -1
View File
@@ -78,7 +78,7 @@
* - [`prop()`](http://api.jquery.com/prop/)
* - [`ready()`](http://api.jquery.com/ready/)
* - [`remove()`](http://api.jquery.com/remove/)
* - [`removeAttr()`](http://api.jquery.com/removeAttr/)
* - [`removeAttr()`](http://api.jquery.com/removeAttr/) - Does not support multiple attributes
* - [`removeClass()`](http://api.jquery.com/removeClass/) - Does not support a function as first argument
* - [`removeData()`](http://api.jquery.com/removeData/)
* - [`replaceWith()`](http://api.jquery.com/replaceWith/)