<script type="text/javascript">
var hflag=1;
$(".jiamore").click(function(){
if(hflag){
$(".table-display").show();
$(this).html("收起");
hflag=0;
}else{
$(".table-display").hide();
$(this).html("查看更多");
hflag=1;
}
})
</script>
http://www.cnblogs.com/web-HCJ/p/5571889.html
时间: 2024-10-13 01:41:51