Side navigation
#4904 closed enhancement (fixed)
Opened July 15, 2009 08:40AM UTC
Closed July 15, 2009 08:41AM UTC
Last modified July 15, 2009 08:43AM UTC
Allow a function for setter for css(), val(), html(), and text()
Reported by: | yehuda | Owned by: | yehuda |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | core | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
css(), val(), html(), and text() should take a function in place of an actual value. The function should be called for each element (with the element as "this"), and the result should be treated as though the result was supplied in place of the function.
Fixed in #6425 #6427 #6429