Skip to main content

Bug Tracker

Side navigation

#753 closed enhancement (fixed)

Opened January 05, 2007 06:09PM UTC

Closed January 07, 2007 11:03PM UTC

Last modified June 20, 2007 06:39AM UTC

Advanced Setting of Attribute/CSS Values

Reported by: john Owned by:
Priority: major Milestone: 1.1a
Component: core Version: 1.1a
Keywords: Cc:
Blocked by: Blocking:
Description

It would be great if you could do:

.attr("value", function(){

return this.id;

});

In the same vein:

.attr("value", "${this.id}");

Attachments (0)
Change History (2)

Changed January 07, 2007 10:52PM UTC by john comment:1

milestone: 1.1
version: 1.1

Changed January 07, 2007 11:03PM UTC by joern comment:2

milestone: → 1.1
resolution: → fixed
status: newclosed
version: → 1.1

Implemented in SVN. The new helper function parseSetter() may be improved (and renamed?).