kylephillips / favorites

Simple and flexible favorite buttons for any WordPress post type.
https://favoriteposts.com
223 stars 86 forks source link

Infinite scroll #102

Closed bcorke closed 5 years ago

bcorke commented 5 years ago

I'm using Algolia hosted search with infinite scroll for pagination of results, it's purely JS. New result favorite buttons are not updated.

  1. Is there an easy JS method to update favorite statuses, in my callback, after new results are loaded?
  2. I also need to ensure AJAX data requests have finished loading before running the favorites data functions.

Thanks, Ben

bcorke commented 5 years ago

Solved with:jQuery(document).trigger('favorites-update-all-buttons');

artifex-media commented 1 year ago

jQuery(document).trigger('favorites-update-all-buttons');

Live saver! Just sent an support email explaning the exact same issue, as I could not find anything related in the documentations.

Fixed my problem as well, perfect!