
PK 
| ADDRLIN : /home/questend/public_html/domains/ibrahimrugs.com/assets/js/ |
| Current File : /home/questend/public_html/domains/ibrahimrugs.com/assets/js/sticky-cart-bottom.js |
$(window).scroll(function () {
var scroll = $(window).scrollTop();
var width_content = jQuery(window).width();
if ((width_content) > '576') {
if (scroll >= 800) {
$("body").addClass("stickyCart");
} else {
$("body").removeClass("stickyCart");
}
}
}); 
