$window.on('mousewheel DOMMouseScroll', function(e) { if($(e.target).closest(".cd-popup").length) return; var deltaY = e.originalEvent.wheelDeltaY,