标签:des io os ar div on cti ad new
 $(window).click(function (e) {
        var target = $(e.target);
        if (target.closest("#btn_addNewNodes,#txt_addNewNodes").length == 0) {
            $(‘#groupNameDIV‘).hide();
        };
    });
标签:des io os ar div on cti ad new
原文地址:http://www.cnblogs.com/WuHZ/p/4057235.html