我们正在开发基于Web的工具,我们正在使用自举开关。
我们的开关如下所示:
这是HTML:
<td>
<input type="checkbox" id="planned" name="planned" class="switch">
</td>
<td>
的宽度由<th>
设置,为130px。
这是JS:
$(".switch").bootstrapSwitch({
onText: "Yes",
offText: "No"
});
在IE11中看起来像这样(我们可以访问所有工作)但在firefox和chrome中看起来很好。任何ieas?
这是fiddle