#8221 closed enhancement (duplicate)
removeAttr comments
Reported by: | jerone | Owned by: | Rick Waldron |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | attributes | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
Why does removeAttr
has an fn
argument, but is it never used?
Second, why can't I remove multiple attributes and do I have to call removeAttr
multiple times?
Change History (6)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Owner: | set to Rick Waldron |
Status: | new → assigned |
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Component: | unfiled → attributes |
---|---|
Priority: | undecided → low |
comment:4 Changed 12 years ago by
Component: | attributes → selector |
---|---|
Resolution: | → duplicate |
Status: | assigned → closed |
fn has been removed. This is now just a duplicated.
comment:6 Changed 12 years ago by
Component: | selector → attributes |
---|
Note: See
TracTickets for help on using
tickets.
For the "remove multiple attributes" there is already a ticket #5479
For the unused "fn" argument check this commit. Basically a left over which should be removed