i have a list of items generated from a search.
this list of (say, 10) items i initially wanted to use checkbox for each item.
because i want to make it easy for me to mark multiple items and then press a "delete selected" button.
however is there a way not to use checkbox? i prefer to somehow select and deselect the items and the background color of the item row changes.
i heard about jquery but all i get from googling "select multiple jquery" are hits on how to use jquery in a select list. which is different from what i am looking for.
Meaning I do NOT want a select list.
my list of items are generated in a table tags or div tags.
Now using php.