MCPcopy Create free account
hub / github.com/Semantic-Org/Semantic-UI-CSS / handleLoad

Function handleLoad

semantic.js:21465–21472  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21463 cache = [],
21464 cacheImage = document.createElement('img'),
21465 handleLoad = function() {
21466 loadedCounter++;
21467 if (loadedCounter >= images.length) {
21468 if ($.isFunction(callback)) {
21469 callback();
21470 }
21471 }
21472 }
21473 ;
21474 while (imagesLength--) {
21475 cacheImage = document.createElement('img');

Callers

nothing calls this directly

Calls 1

callbackFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…