Opened 12 years ago
Last modified 10 years ago
#7013 open feature
Select/Unselect Methods on Selectable Would be Nice
Reported by: | machineghost | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | ui.selectable | Version: | 1.8.9 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Selectable curently does not have any way to "manually" trigger a selection/de-selection. Such functionality could be useful for many cases, but one obvious example would be a "Select All" button.
Something like ...
$("#SelectAllButton").click(function(){ $(".all").selectable("select"); });
Change History (3)
comment:1 Changed 11 years ago by
Type: | enhancement → feature |
---|
comment:2 Changed 10 years ago by
Milestone: | 1.9.0 → 2.0.0 |
---|
comment:3 Changed 10 years ago by
Status: | new → open |
---|
Note: See
TracTickets for help on using
tickets.
Consider for redesign.