最初のボタンと2番目のボタンにポップオーバーツールチップを配置するにはどうすればよいですか?ボタンにブートストラップポップオーバーツールチップを挿入する方法
<div class="btn-group pull-right" data-toggle="buttons" style="top:26px;z-index:2;">
<label class="make-small btn btn-default" id="first_button_func">
<span>First Button</span>
</label>
<label class="make-small filter-column btn btn-default active">
<input type="checkbox" autocomplete="off" checked=""> <span>Second Button</span>
</label>
</div>
私はtooltipsで説明したように
http://v4-alpha.getbootstrap.com/components/tooltips /読んでください – dinesh