Home Forums WoodMart support forum Using jQuery on WooCommerce Cart Page Load Reply To: Using jQuery on WooCommerce Cart Page Load

#78959

robertarrow
Participant

I had to do it like this in order for it to actually work. Please take a look at the cart page now.

jQuery( document.body ).on( 'updated_wc_div', function(){
if(jQuery('.woocommerce-message').length){
    jQuery('.fb_dialog.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge').css('bottom',' 75px');
}
});