Skip to main content

Bug Tracker

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.

Attachments (0)
Change History (2)

Changed July 15, 2009 08:41AM UTC by yehuda comment:1

resolution: → fixed
status: newclosed

Fixed in #6425 #6427 #6429

Changed July 15, 2009 08:43AM UTC by yehuda comment:2

Make that r6425 r6427 r6429