我在下一个按钮中添加了一个 id,以按照引导程序中的模板标签对其进行样式设置。我为下一个按钮应用了一个新的 id,但它只应用到第一个按钮,而不是后面的阶段。有谁知道为什么?
template: "<div class='popover tour'>
<div class='arrow'></div>
<h3 class='popover-title'></h3>
<div class='popover-content'></div>
<div class='popover-navigation'>
<button class='btn btn-default' data-role='prev'>« Prev</button>
<span data-role='separator'>|</span>
<button class='btn btn-default' id="thisone" data-role='next'>Next »</button>
</div>
<button class='btn btn-default' data-role='end'>End tour</button>
</nav>
</div>",