How to create a table with switching tab content?

前端 未结 2 1712
花落未央
花落未央 2021-01-13 02:08

I want to make a table looks like this: \"enter

The inside table is not an issue but d

2条回答
  •  死守一世寂寞
    2021-01-13 03:03

    You could certainly use jQuery to solve this. That's what I did when I needed some tabs. I did something like:

    
    

    and then some jQuery to make the tabs:

    
    

    works pretty nicely for me. Just fill in whatever your content is in each of the divs.

提交回复
热议问题