PK

ADDRLIN : /home/questend/public_html/domains/ibrahimrugs.com/assets/js/
FLL :
Current File : /home/questend/public_html/domains/ibrahimrugs.com/assets/js/fly-cart.js

$('.cart-info button').on('click', function () {
    if($(window).width() > 576){
        var cart = $('.addcart_btm_popup');
    }else{
        var cart = $('.mobile-cart .icon-shopping-cart');
    }
    var imgtodrag = $(this).parents('.product-box').find(".front .bg-size, .front img").eq(0);
    if (imgtodrag) {
        var imgclone = imgtodrag.clone()
            .offset({
                top: imgtodrag.offset().top,
                left: imgtodrag.offset().left
            })
            .css({
                'opacity': '0.5',
                'position': 'absolute',
                'height': '150px',
                'width': '150px',
                'z-index': '100'
            })
            .appendTo($('body'))
            .animate({
                'top': cart.offset().top + 10,
                'left': cart.offset().left + 10,
                'width': 75,
                'height': 75
            }, 1000, 'easeInOutExpo');

        setTimeout(function () {
            cart.effect("shake", {
                times: 2
            }, 200);
        }, 1500);

        imgclone.animate({
            'width': 0,
            'height': 0
        }, function () {
            $(this).detach()
        });
    }
});


PK 99
E-SHOP || DASHBOARD
404

Page Not Found

It looks like you found a glitch in the matrix...

← Back to Home