刷新


  //清除缓存
    $('#clearCached').on('click', function () {
        larryTab.cleanCached();
        layer.alert('缓存清除完成!本地存储数据也清理成功!', { icon: 1, title: '系统提示' }, function () {
            location.reload();//刷新
        });
    });

 

1     $("#refresh_iframe").click(function() {
2         $('#larry_tab_content').children('.layui-show').children('iframe')[0].contentWindow.location.reload(true);

 

posted @ 2018-04-26 08:23  前端极客  阅读(330)  评论(0编辑  收藏  举报