Hey all,
I'm using jQuery UI Selectable for my web application, in which I let my users select several td elements in a table. This is working fine and I'm using e.meyaKey = true so they do not need to hold CTRL to select non-adjacent elements. However, when unselecting the values it only works by clicking them one at a time. I want to be able to unselect multiple elements at once. Is there some simple fix to enable this?