查看更多
Posted 2人4人
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了查看更多相关的知识,希望对你有一定的参考价值。
<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
以上是关于查看更多的主要内容,如果未能解决你的问题,请参考以下文章