File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 51
51
* ## Angular's jqLite
52
52
* jqLite provides only the following jQuery methods:
53
53
*
54
- * - [`addClass()`](http://api.jquery.com/addClass/)
54
+ * - [`addClass()`](http://api.jquery.com/addClass/) - Does not support a function as first argument
55
55
* - [`after()`](http://api.jquery.com/after/)
56
56
* - [`append()`](http://api.jquery.com/append/)
57
57
* - [`attr()`](http://api.jquery.com/attr/) - Does not support functions as parameters
78
78
* - [`ready()`](http://api.jquery.com/ready/)
79
79
* - [`remove()`](http://api.jquery.com/remove/)
80
80
* - [`removeAttr()`](http://api.jquery.com/removeAttr/)
81
- * - [`removeClass()`](http://api.jquery.com/removeClass/)
81
+ * - [`removeClass()`](http://api.jquery.com/removeClass/) - Does not support a function as first argument
82
82
* - [`removeData()`](http://api.jquery.com/removeData/)
83
83
* - [`replaceWith()`](http://api.jquery.com/replaceWith/)
84
84
* - [`text()`](http://api.jquery.com/text/)
You can’t perform that action at this time.
0 commit comments