How to trigger functions after loading the results
Our JavaScript code contains a trigger that allows to reset all the scripts required for a website to work properly.
The correct transcript is:
$(document).on('yith-wcan-ajax-filtered',function(){
//my functions
});