I am using a javascript that's load iframe on the website. i want to lazy load that script. i tried async
or defer
and loading dynamically but it doesn't load iframe. is there any way to load this script lazy or after a few seconds.
<div class="editorskit-no-mobile">
<script src="//idx.diversesolutions.com/scripts/controls/Remote-Frame.aspx?MasterAccountID=1606&SearchSetupID=41&LinkID=474907&Height=2000"></script>
</div>