gpt4 book ai didi

javascript - 有没有一种方法可以在 intro.js 中调用 thead 和 tdata

转载 作者:行者123 更新时间:2023-11-27 23:55:16 26 4
gpt4 key购买 nike

我有一个包含 Thead 和 Tdata 的 HTML 表,我应该把数据介绍和数据步骤放在哪里,以便他们两个同时关注..抱歉新手请帮助我谢谢提前..

<table>
<thead>
<tr>
<th>TITLE</th>
<th>AUTHOR</th>
</tr>
</thead>

<tbody>
<tr>
<td>
SAMPLE TITLE
</td>

<td>
SAMPLE AUTHOR
</td>
</tr>
</tbody>
</table>

最佳答案

在最新版本的 IntroJS 中,您可以在介绍中引入 tr 元素。

<table>
<thead >
<tr data-step="1" data-intro="This is thead">
<th>TITLE</th>
<th>AUTHOR</th>
</tr>
</thead>

<tbody>
<tr data-step="2" data-intro="tbody">
<td>
SAMPLE TITLE
</td>

<td>
SAMPLE AUTHOR
</td>
</tr>
</tbody>
</table>

演示:http://jsfiddle.net/MUKn9/1/

关于javascript - 有没有一种方法可以在 intro.js 中调用 thead 和 tdata,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24382170/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com