Iam using jquery knob in my website. it works fine in mozilla ,crome and safari. but not working in ie8. This is my ie result :(.
<script type="text/javascript">
$(function(){
$(".dial").knob({
readOnly: true,
fgColor: "#00ABC6",
bgColor: "#666666",
thickness: 0.25,
width:50,
height:50,
});
});
</script>
Thanks.