Home › Forums › WoodMart support forum › Masonry grid auto scrolls to top after going back form product page › Reply To: Masonry grid auto scrolls to top after going back form product page
August 26, 2020 at 1:43 pm
#221417
Artem Temos
Keymaster
You can use the following code to call your code on our theme’s AJAX complete
jQuery(document).on('pjax:end', function () {
// your code.
});