Data at Your Fingertips: Explore Our New Reporting and Statistical Capabilities By Ryan Ashbrook Tuesday at 01:29 PM
13. Posted June 11, 2019 Share Posted June 11, 2019 I have some plugin with custom JS. How could i let IPS know when my JS file should be loaded? I.e. move to header or footer, load synchronously or with async or defer attribute. Thanks. Link to comment Share on other sites More sharing options...
Martin A. Posted June 12, 2019 Share Posted June 12, 2019 All javascript load with the same priority, not async and not deferred. You should listen for the DOM loaded event, or utilize the JS controller feature if your JS fires too early. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.