版权属于:
Ginkgo
本文链接:
https://imao2.com/article/4.html(转载时请注明本文出处及文章链接)
作品采用:
$('body').on('click', function (e) {
if (!$(e.target).closest('.select-project, .other').length) {
$select.removeClass('active');
}
});