ft:reader:topicsloaded - Fluid Topics - Latest

Integrate the Fluid Topics API

Category
Technical Notes
Audience
public
Version
Latest

The ft:reader:topicsloaded event is sent when new topics are loaded on the Reader page. The following lines show an example of how to use the ft:reader:topicsloaded event:

document.addEventListener('ft:reader:topicsloaded', function (event){
  window.alert('Enjoy your reading');
});

This event is only sent when using a classic Reader page. It does not apply to designed Reader pages.