$(window).click(function (e) {
var target = $(e.target);
if (target.closest("#btn_addNewNodes,#txt_addNewNodes").length == 0) {
$(‘#groupNameDIV‘).hide();
};
});
时间: 2024-11-10 19:03:37
$(window).click(function (e) {
var target = $(e.target);
if (target.closest("#btn_addNewNodes,#txt_addNewNodes").length == 0) {
$(‘#groupNameDIV‘).hide();
};
});