Laurynas
Laurynas

Reputation: 37

How to create table with links to another table?

I'm trying to create table of text elements with links to another table. It means if you press one element, another table appears near, if you press another element second table changes to another. How to do it in shortest way?

Upvotes: 0

Views: 46

Answers (1)

Ivan Yonkov
Ivan Yonkov

Reputation: 7034

jquery - links are requesting to the another table's id so it triggers the whatever you have scripted i.e. changes a table from display: none to display: block

Upvotes: 1

Related Questions