JQuery selectable with some list elements NOT selectable?
I am trying to use the JQuery UI Selectable (serialized) as a tool to pick free server rack space which I can then submit to a DB. What I'd ultimately like is to show the whole rack, but only allow selection of rack units that don't already have a server attached to them.
I *believe* I can do this the filter option. I'm new to JQuery and am having a hard time figuring out how to use the filter however.
Does anyone have any example code I can look at?