I've managed to incorporate JQuery UI Selectable into my project, but I'm looking to apply a unique style to the selected items. Despite knowing that I can use the following CSS:
.ui-selected{
background-color:orange;
}
I actually prefer to add the class .selected to the selected items (which are li tags).
Any suggestions or assistance on how to achieve this would be greatly appreciated.