hi Mlody, i used this script in themes/classic/assets/js/custom.js
$(document).ready(function() { $(document).ajaxComplete(function() { yourFunction(); }); });
and works for me; (PrestaShop 1.7.5.2)
hi Mlody, i used this script in themes/classic/assets/js/custom.js
$(document).ready(function() { $(document).ajaxComplete(function() { yourFunction(); }); });
and works for me; (PrestaShop 1.7.5.2)
hi Mlody, i used this script
$(document).ready(function() { $(document).ajaxComplete(function() { yourFunction(); }); });
and works for me; (PrestaShop 1.7.5.2)