document.getElementById("calendarweek").addEventListener('change', function(e){
alert(e.target.value)
})
$('.popup').fadeIn({
start: function() {
$(this).css('display','flex');
}
});
.catalog-dropdown:before {
content: '';
position: absolute;
bottom: 100%;
left: 0;
width: 100%;
height: 45px;
}
$("#form, #form2, #delete").submit(function (e) {
$(document).on("submit", "#form, #form2, #delete", function (e) {