MCPcopy
hub / github.com/kartik-v/bootstrap-fileinput / _saveInputCheckedState

Function _saveInputCheckedState

js/plugins/sortable.js:2663–2672  ·  view source on GitHub ↗
(root)

Source from the content-addressed store, hash-verified

2661 }
2662
2663 function _saveInputCheckedState(root) {
2664 savedInputChecked.length = 0;
2665 var inputs = root.getElementsByTagName('input');
2666 var idx = inputs.length;
2667
2668 while (idx--) {
2669 var el = inputs[idx];
2670 el.checked && savedInputChecked.push(el);
2671 }
2672 }
2673
2674 function _nextTick(fn) {
2675 return setTimeout(fn, 0);

Callers 1

sortable.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected