Opened 13 years ago
Closed 10 years ago
#5016 closed feature (invalid)
Selectable: invert selection
Reported by: | reader | Owned by: | reader |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | ui.selectable | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I didn't find anything anywhere to invert the selection of a selectable, so if it's not possible it should be.
Change History (4)
comment:1 Changed 11 years ago by
comment:2 Changed 10 years ago by
Milestone: | TBD → 2.0.0 |
---|
comment:3 Changed 10 years ago by
Owner: | set to reader |
---|---|
Status: | new → pending |
Summary: | Selectable invert selection → Selectable: invert selection |
If I understand the request correctly you can easily invert the selection by using toggleClass and the refresh method of selectable.
Example: http://jsfiddle.net/petersendidit/eTrNC/
Is this what you are trying to do?
comment:4 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
A method to invert the entire selection, or an option to invert the selection when using the meta/control key? Both might be nice. I'm working on a patch for this, but I don't know if I should use this bug or open a new one given how vague this is.