码迷,mamicode.com
首页 > 其他好文 > 详细

图表,列表在同一DIV里切换显示()

时间:2016-12-15 13:52:31      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:table   get   tab   isp   tchart   one   cti   图表   har   

JS:

function changeTable(){

$(".countTable").slideDown();
$(".countChart").css("display","none");
}

function changeChart(){
$(".countChart").slideDown();
$(".countTable").css("display","none");
}

图表,列表在同一DIV里切换显示()

标签:table   get   tab   isp   tchart   one   cti   图表   har   

原文地址:http://www.cnblogs.com/ymcatblog/p/6182630.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!