1.1.0 • Published 7 years ago

check-media-load v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

jQuery.check-media-load.js

Installation

npm i check-media-load

Require

require("check-media-load")

Example

$('.media_elements_within_container').CheckMediaLoad(
	() => console.log('All loaded'),
	() => console.log('Images loaded'),
	() => console.log('Audio and Video loaded'),
);
1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago