Skip to content

Commit 7b83500

Browse files
committed
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.
1 parent 823295f commit 7b83500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jqLite.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
* - [`prop()`](http://api.jquery.com/prop/)
7979
* - [`ready()`](http://api.jquery.com/ready/)
8080
* - [`remove()`](http://api.jquery.com/remove/)
81-
* - [`removeAttr()`](http://api.jquery.com/removeAttr/)
81+
* - [`removeAttr()`](http://api.jquery.com/removeAttr/) - Does not support multiple attributes
8282
* - [`removeClass()`](http://api.jquery.com/removeClass/) - Does not support a function as first argument
8383
* - [`removeData()`](http://api.jquery.com/removeData/)
8484
* - [`replaceWith()`](http://api.jquery.com/replaceWith/)

0 commit comments

Comments
 (0)