我使用按钮动态地将行附加到表中,但按钮仅显示带下划线的文本 这是example
<table data-role="table" id="AssuredDamagedPos" data-mode="reflow"
class="ui-responsive table-stroke">
<thead>
<tr>
<th data-priority="persist">Position</th>
<th data-priority="persist">Level</th>
<th data-priority="persist"></th>
</tr>
</thead>
<tbody>
<tr>
<td> [Position] </td>
<td> [Level] </td>
<td><a href="#" data-role="button">Delete</a></td>
</tr>
</tbody>
</table>
任何人都可以帮我弄清楚如何解决这个问题 谢谢。
答案 0 :(得分:0)
移动 jquery.mobile-1.4.2.min 包括在 jquery-1.10.2.min.js
之后