人生若只如初见

设置div点击域隐藏div

电脑版发表于:2020/10/20 11:04

直接上代码 
//监听全部全部鼠标事件
$(document).mouseup(function (e) {

                            var con = $("div");   // 设置目标区域 

                            if (!con.is(e.target) && con.has(e.target).length === 0) {

                                 //这里就是你的操作代码

                            }

    });


关于TNBLOG
TNBLOG,技术分享。技术交流:群号677373950
ICP备案 :渝ICP备18016597号-1
App store Android
精彩评论
{{item.replyName}}
{{item.content}}
{{item.time}}
{{subpj.replyName}}
@{{subpj.beReplyName}}{{subpj.content}}
{{subpj.time}}
猜你喜欢