mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-01-12 22:45:52 +08:00
Added caveat to attr() function of jqLite
attr() does not support functions as parameters.
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
* - [`addClass()`](http://api.jquery.com/addClass/)
|
||||
* - [`after()`](http://api.jquery.com/after/)
|
||||
* - [`append()`](http://api.jquery.com/append/)
|
||||
* - [`attr()`](http://api.jquery.com/attr/)
|
||||
* - [`attr()`](http://api.jquery.com/attr/) - Does not support functions as parameters
|
||||
* - [`bind()`](http://api.jquery.com/bind/) - Does not support namespaces, selectors or eventData
|
||||
* - [`children()`](http://api.jquery.com/children/) - Does not support selectors
|
||||
* - [`clone()`](http://api.jquery.com/clone/)
|
||||
|
||||
Reference in New Issue
Block a user