#753 closed enhancement (fixed)
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}");
Change History (2)
comment:1 Changed 16 years ago by
Milestone: | 1.1 |
---|---|
Version: | 1.1 |
comment:2 Changed 16 years ago by
Milestone: | → 1.1 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version: | → 1.1 |
Note: See
TracTickets for help on using
tickets.
Implemented in SVN. The new helper function parseSetter() may be improved (and renamed?).