Why do you have this assumption? This isn't the case at all for listviews. What you can do is add/remove or toggle the active class.
Hope this can help you. To view code click the "Edit in JSbin" in the top right corner.
EDIT: If you only want one selected you can store the element in a variable and remove the class and update the variable. Pretty simple concept.