MCPcopy
hub / github.com/jonthornton/jquery-timepicker / isVisible

Method isVisible

src/timepicker/index.js:33–36  ·  view source on GitHub ↗
(elem)

Source from the content-addressed store, hash-verified

31 }
32
33 static isVisible(elem) {
34 var el = elem[0];
35 return el.offsetWidth > 0 && el.offsetHeight > 0;
36 }
37
38 static hideAll() {
39 for (const el of document.getElementsByClassName('ui-timepicker-input')) {

Callers 8

sFunction · 0.80
_keydownhandlerFunction · 0.80
_keydownhandlerFunction · 0.80
hideMeMethod · 0.80
_handleKeyUpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected