Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 377 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 377 Bytes

dynload - (jquery plugin) load callback for dynamically loaded dom

usage

	$('#container').dynload(function(){
		// do something
	});

$(window).load or $(element).load doesn't work on dom loaded using ajax, so use this plugin to check if the images inside the dom are loaded.

  • checks if the images inside the dom are loaded before firing the callback.