jQuery UI Selectable - unselect selected item on click

Viewed 25407

Does anyone know if there's a way to configure a jquery ui selectable element to unselect the selected element when you click it? Sort of like a toggle. If it's already selected, unselect it, otherwise do the default behavior.

Thanks.

4 Answers
Related