MCPcopy
hub / github.com/fabiospampinato/cash / isDisplay

Function isDisplay

test/modules/effects.js:17–21  ·  view source on GitHub ↗
( collection, display )

Source from the content-addressed store, hash-verified

15';
16
17function isDisplay ( collection, display ) {
18 return [].every.call ( collection, function ( ele ) {
19 return $(ele).css ( 'display' ) === display;
20 });
21}
22
23function isShown ( collection ) {
24 return [].every.call ( collection, function ( ele ) {

Callers 1

effects.jsFile · 0.85

Calls 1

cssMethod · 0.80

Tested by

no test coverage detected