首页 > 数据库技术 > 详细

解决Sql Server Reporting Service在Chrome下无法显示的问题

时间:2017-07-01 10:29:31      阅读:681      评论:0      收藏:0      [点我收藏+]
<script type="text/javascript">
    $(function () {
        // Bug-fix on Chrome and Safari etc (webkit)
        if ($.browser.webkit) {
            setInterval(function () {
                var div = $(table[id*=_fixedTable] > tbody > tr:last > td:last > div);
                div.css(overflow, visible);
            }, 1000);
        }
    });
</script>

 

解决Sql Server Reporting Service在Chrome下无法显示的问题

原文:http://www.cnblogs.com/kangjing/p/7101414.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!