Skip to main content

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");
});
Attachments (0)
Change History (3)

Changed June 26, 2012 01:22AM UTC by scottgonzalez comment:1

type: enhancementfeature

Changed October 11, 2012 02:52PM UTC by scottgonzalez comment:2

milestone: 1.9.02.0.0

Changed November 05, 2012 09:52AM UTC by jzaefferer comment:3

status: newopen

Consider for redesign.