jQuery related item table highlighter
Posted
by Forkrul Assail
on Stack Overflow
See other posts from Stack Overflow
or by Forkrul Assail
Published on 2010-04-06T19:18:37Z
Indexed on
2010/04/06
19:23 UTC
Read the original article
Hit count: 297
jQuery
|html-tables
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?
© Stack Overflow or respective owner