尝试在鼠标悬停时运行上下文菜单,该类由数据表动态创建。
我尝试将脚本编写为
我的html
i
脚本为
<table id="example1" class="table">
<thead>
<tr>
<th>#</th>
<th>Name</th>
</tr>
</thead>
<tbody></tbody>
</table>
所有与js和css相关的脚本都已连接并且可以正常工作。主要问题在于,当数据表将数据推入表中时,上下文菜单无法重新初始化。