Home › Forums › WoodMart support forum › AJAX Load more and product sorted JS event › Reply To: AJAX Load more and product sorted JS event
February 5, 2020 at 7:11 am
#171559
Artem Temos
Keymaster
Hello,
You can use the following code example to achieve that
$(document).on('pjax:end', function () {
$('.woo-variation-swatches:has(:not(img))').addClass('variation-out-of-stock');
});
Kind Regards