ciao a tutti, avrei la necessità di nascondere parte della tabella al click sulla voce relativa.
mi spiego, ho:
Cliccando sull'immagine radiologia, mostro i prodotti relativi ma il cliente mi chiese se sia possibile nascondere le altre categorie?codice:<div class="tab_menu"> <table> <tr> <td>RADIOLOGIA</td> <td>OSTETRICIA/GYN</td> <td>CARDIOLOGIA</td> <td>ANESTESIA/RIANIMAZIONE</td> <td>VASCOLARE</td> <td>PEDIATRIA</td> </tr> <tr> <td>[img]images_prodotti/01.jpg[/img]</td> <td>[img]images_prodotti/02.jpg[/img]</td> <td>[img]images_prodotti/03.jpg[/img]</td> <td>[img]images_prodotti/04.jpg[/img]</td> <td>[img]images_prodotti/05.jpg[/img]</td> <td>[img]images_prodotti/06.jpg[/img]</td> </tr> </table> </div>
grazie a tutti
ciao