td colspan does not work while using jquery show/hide()

后端 未结 9 626
走了就别回头了
走了就别回头了 2021-01-13 16:14

I have a table of content

First Name Last Name Des
9条回答
  •  长情又很酷
    2021-01-13 16:44

    Have you tried it without animation? i.e. just toggle()

    I am getting the same problem, it seems the animated toggles aren't making the COLSPAN'ed TDs appear. I get all my row contents appearing in one of the non COLSPAN'ed columns. When I change it to a plain toggle() things work.

提交回复
热议问题