I have a range of items that are selectable. I would like to add a button somewhere that activates a preset selection amongst those. Is there a way I can do that?
What I would like is to tell it to "Select these guys" and then have all the events and all fired as normal, so I don't have to call all of those selection events manually.
More info: The events that I talk about are the ones listed in their api and on their demo page:
- selected
- selecting
- start
- stop
- unselected
- unselecting
And also, I think there might be data that is set/cleared as well when selecting things. So it's not just to add those css classes.