查看更多

<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

 

posted @ 2017-06-29 17:39  2人4人  阅读(188)  评论(0)    收藏  举报