MCPcopy Create free account
hub / github.com/compat-table/compat-table / setColSpans

Function setColSpans

master.js:72–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70 var currentBrowserSelector = ":nth-of-type(2)";
71
72 var setColSpans = function () {
73 $('#desktop-header' ).prop('colSpan', $('.platform.desktop:visible').length);
74 $('#compiler-header').prop('colSpan', $('.platform.compiler:visible').length);
75 $('#engine-header' ).prop('colSpan', $('.platform.engine:visible').length);
76 $('#mobile-header' ).prop('colSpan', $('.platform.mobile:visible').length);
77 $('tr.category>td' ).prop('colSpan', $('tr.supertest:first>td:visible').length);
78 };
79
80 /** Sticky header */
81 var platformTypesHeader = $(

Callers 1

master.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected