tab切换webuploader失效的解决方法

<script type="text/javascript">
    $(document).ready(function () {
        $('#tt').tabs({
            border: true,
            onSelect: function (title, index) {
                if (index == 5)
                    uploader.refresh();
            }
        });
    });
</script>

 

posted @ 2018-08-10 21:46    阅读(570)  评论(0编辑  收藏  举报