Mobile list view - select item persistent

When I select an item I show a side panel (with controls to adjust some list item data);
Now when the list item lost focus , I need to remain persistent selected and different as colour.
Is that possible? And if yes how ?
Can use CSS class of the
Thanks!
Now when the list item lost focus , I need to remain persistent selected and different as colour.
Is that possible? And if yes how ?
Can use CSS class of the
- Code: Select all
.ui-listview li .selected {}
Thanks!