lazy-content

Description

All interior contents if the specific element will not be loaded and added to the DOM, until the API call to load such content is called.

Example Usage

<div lazy-content="My Content">
	<!-- All Content in here will be removed when the ad is requested -->
</div>

Javascript API

ad.plugins.LazyContent("My Content").load();