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}");
Implemented in SVN. The new helper function parseSetter() may be improved (and renamed?).