From b6f4d4b8d4b37b2f98bd1ff5e00a549462dea6d3 Mon Sep 17 00:00:00 2001 From: cwclark Date: Thu, 12 Jun 2014 12:42:31 -0700 Subject: [PATCH] Added caveat to attr() function of jqLite attr() does not support functions as parameters. --- src/jqLite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jqLite.js b/src/jqLite.js index 07715e94..f4bd6df0 100644 --- a/src/jqLite.js +++ b/src/jqLite.js @@ -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/)