TJuiSelectable Samples

.ui-selectable { list-style: none; cursor: pointer; } .ui-selectable li { border: 1px solid transparent; padding: 3px; border-radius:3px; } .ui-selectable li:hover { background: #FECA40; border: 1px solid black; } .ui-selecting { background: #FECA40; } .ui-selected { background: #F39814; color: white; }
Default options with a little css applied, change options during callback: Selected items: