Home › Forums › WoodMart support forum › Query from other developer › Reply To: Query from other developer
January 12, 2018 at 12:47 pm
#33167
Artem Temos
Keymaster
Our code works correctly, but your developer’s one is wrong. He can change our part with the following snippet if he knows JS well
jQuery(function($) {
// Enable overlay when products loaded with ajax
$(document).on('pjax:complete', function() {
alert('pjax complete');
});
});