К примеру нам нужно открыть блок по клику и закрыть по клику, а так же нужно, что бы блока закрылся при клике вне области. Тут мы можем использовать этот скрипт.
$(document).click(function (e) {
if ($(e.target).closest(".my-box").length) {
// клик внутри элемента
return;
}
// клик снаружи элемента
$(".my-box").fadeOut();
});
Теги поста
No tags

Comments:
Petey Cruiser says: November 29, 2019
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500.
Petey Cruiser says: November 29, 2019
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever.
Petey Cruiser says: May 25, 2020
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley.