MCPcopy
hub / github.com/handsontable/handsontable / $

Function $

handsontable/test/helpers/asciiTable.js:1–1  ·  view source on GitHub ↗
(selector, context = document)

Source from the content-addressed store, hash-verified

1const $ = (selector, context = document) => context.querySelector(selector);
2const $$ = (selector, context = document) => context.querySelectorAll(selector);
3
4/**

Callers 15

jquery.simulate.jsFile · 0.85
findCenterFunction · 0.85
findCornerFunction · 0.85
initMethod · 0.85
addProgressBarMethod · 0.85
common.jsFile · 0.85
getHtCoreFunction · 0.85
getMasterFunction · 0.85
getTopCloneFunction · 0.85

Calls

no outgoing calls

Tested by 15

moveOverCellFunction · 0.68
getHideRowCMElementFunction · 0.68
getShowRowCMElementFunction · 0.68
getHideColumnCMElementFunction · 0.68
getShowColumnCMElementFunction · 0.68
clickIndicatorInRowFunction · 0.68
createTestInputsFunction · 0.68
createTestInputsFunction · 0.68
initHandsontableInFrameFunction · 0.68