<p><pre class="brush:js;toolbar:false;">函数toggledDeleteAllBtn(){
if( $('.customer_checkbox:checked').length > 0){
$('#sel_button').text('删除所有选中的('+$('.customer_checkbox:checked').length+')');
}别的{
$('#sel_button').text('删除所有选中的');
}
}
</前>
<pre class="brush:html;toolbar:false;"> <tr id=“sid”>
第<第>ID第>个
第<第>个电话号码第>个
<第>备注第>
<第>日期第>
<第></第>
<输入类型=“复选框” name="main-checkbox"></th>
<th><按钮类=“btn btn-danger btn-sm” id="sel_button";名称=“sel_button” ><i class=“glyphicon glyphicon-trash” id="trash_icon"></i>删除所有</button></th>
</前>
请问如何将 iclass 中的图标填充添加到函数 toggleDeleteAllBtn() 修改,以便显示无论进行什么更改,图标始终? (需要在toggleDeleteAllBtn() 中进行一些)
谢谢!</p>
|
我以 Mamun 的答案作为参考,用回了我喜欢的图标。 (刚刚意识到 Mamun 已经删除了他原来的答案,因为他使用的是 font Awesome 而不是 glyphicon。无论如何,非常感谢你给我这些想法!)