jquery 判断元素是否可见

 

if($('#progress_bar').is(":visible")){
        $('#progress_bar').hide();
    }

 

posted @ 2019-04-18 13:55  anobscureretreat  阅读(1049)  评论(0编辑  收藏  举报