我在我的网站上使用 jquery 旋钮。它在 mozilla、crome 和 safari 中运行良好。但不适用于ie8。这是我的ie结果:(。
<script type="text/javascript">
$(function(){
$(".dial").knob({
readOnly: true,
fgColor: "#00ABC6",
bgColor: "#666666",
thickness: 0.25,
width:50,
height:50,
});
});
</script>
谢谢。