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
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
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.