JQuery: List Select/Deselect

Example: JQuery List Select Deselect

This example page demonstrates how to select an item in a list using JQuery. The selected item is highlighted with a gray background. In addition, a second click deselects the an item if it is currently selected.

  • List Item 1
  • List Item 2
  • List Item 3
  • List Item 4
  • List Item 5

View Source