#9189 closed feature (duplicate)
Add helper functions .checked() and .disabled()
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | attributes | Version: | 1.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
Per what Dave Methvin wrote in I am posting this as a reminder.
Add helper functions .checked() and .disabled() which manipulate or return their properties (just like val()).
I suspect that those two are the most frequently used attributes/properties, and adding those helpers would probably negate the majority of the confusion regarding properties.
Also there may be a speed increase since they can directly go to the dom .checked or .disabled for the element.
Change History (4)
comment:1 Changed 12 years ago by
Component: | unfiled → attributes |
---|---|
Type: | enhancement → feature |
comment:2 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 12 years ago by
Priority: | undecided → low |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Close enough I think. We only need one ticket for these methods.
Note: See
TracTickets for help on using
tickets.
Is this almost a duplicate of #7441 ?