Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
$.magnificPopup.open({ items: { src: '#free-check' }, mainClass: 'my-mfp-zoom-in', removalDelay: 300, }, 0);
let name = $item.find('.item__name').text(); $item.find('.item__quantity').text(cart[name].quantity);
$('[data-fancybox]').fancybox({ backFocus : false, });
$(function(){ $(".twentytwenty-container").twentytwenty({ default_offset_pct: 0.5, orientation: 'horizontal', move_slider_on_hover: true, // <----- }); });
$window.load(update); на $(document).ready(update);
function totalSumma() { var sum = 0; $('.price').each(function(){ sum += parseFloat($(this).text()); }); }
$('html, body').animate({scrollTop: $("#price_block .change_problem_slider").offset().top + 100}, 800);
function resetStyle() { $('.step').attr('style', ' '); }
$("#video_bg")[0].play();