Home › Forums › WoodMart support forum › Using jQuery on WooCommerce Cart Page Load › Reply To: Using jQuery on WooCommerce Cart Page Load
September 25, 2018 at 2:34 pm
#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');
}
});