Joe Bohen
Posts: 0
Joined: Wed Nov 28, 2012 11:28 am

List item Icon

Hi,
I want to add an event to my list that will display an Icon on the list item that is selected (clicked) and remove the icon from any other list items. Can you show me how to achieve this.

Regards,
Joe

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

List item Icon

The event you want to use is click. You would then need to manipulate the list via JavaScript to show the icon for the item that was selected and hide the icons for all other list items.

Return to “Issues”