Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 7d08f42

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 596f2fa commit 7d08f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jqLite.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
* - [`prop()`](http://api.jquery.com/prop/)
8080
* - [`ready()`](http://api.jquery.com/ready/)
8181
* - [`remove()`](http://api.jquery.com/remove/)
82-
* - [`removeAttr()`](http://api.jquery.com/removeAttr/)
82+
* - [`removeAttr()`](http://api.jquery.com/removeAttr/) - Does not support multiple attributes
8383
* - [`removeClass()`](http://api.jquery.com/removeClass/) - Does not support a function as first argument
8484
* - [`removeData()`](http://api.jquery.com/removeData/)
8585
* - [`replaceWith()`](http://api.jquery.com/replaceWith/)

0 commit comments

Comments
 (0)