Search and Top Navigation
#7013 open feature ()
Opened February 18, 2011 05:01AM UTC
Last modified November 05, 2012 09:52AM UTC
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"); });