views:

10

answers:

1

I have a table fill with cell items.

If I click on a cell item, that cell item is 'linked' or related to other cell items, which need to be highlighted.

If another cell item is clicked, that cell's related cells need to light up.

Is there a jQuery plugin to accomplish something like this? Or would I have to look into writing one myself?

+1  A: 

Try the jQuery UI Selectable plugin.

PetersenDidIt
Thanks. I haven't used Javascript that much, and only a couple of weeks behind me with JQuery.Any tips on how I would manage theses lists for linking element items?I'd use an onMouse event for trigger the UI Selectable?
Forkrul Assail