烦死啦烦死啦,,,跪求解决方法,跪求!!!
net吧
全部回复
仅看楼主
level 1
tt13579246802 楼主
已经搞了两天了都没有做出来,我也已经把<div>放在js前面了,但是还是调试不成功,帮帮我吧
2016年07月10日 05点07分 1
level 2
把关键代码贴出来瞅瞅
2016年07月10日 06点07分 2
level 1
tt13579246802 楼主
好,稍等一下
2016年07月11日 03点07分 3
level 1
tt13579246802 楼主
$(function () {
sl();
$("input[name=ra]").click(function () {
showCont();
});
});
function showCont() {
switch ($("input[name=ra]:checked").attr("id")) {
case "Radio1":
$("#Div5").hide();
$("#Div1").show();
if (FusionCharts("Char113")) {
FusionCharts("Char113").dispose();
}
SetInfoqx();
break;
case "Radio3":
//饼图
;
$("#Div1").hide();
$("#Div5").show();
if (FusionCharts("chartobject1")) {
FusionCharts("chartobject1").dispose();
}
sl();
break;
default:
break;
}
}
2016年07月11日 03点07分 4
level 1
tt13579246802 楼主
到底是啥问题啊,
2016年07月11日 03点07分 5
1