Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi,
    maybe you can use this event ‘yith_infs_added_elem’ that was triggered after that the new content was loaded completly.

    Best regards.

    Thread Starter Tiago ADPS

    (@tiago-adps)

    Hi,

    Is there some sort of example you could point me to?
    I googled ‘yith_infs_added_elem’ but found nothing

    Thx

    Plugin Author YITHEMES

    (@yithemes)

    Hi,
    you have to do something like this

    jQuery(document).on('yith_infs_added_elem', function(){
     // here code you want to execute
    });

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Execute function after ajax loads content’ is closed to new replies.