noun

157 of 1578
Bad / Small

chink - A narrow opening or crack, typically one that admits light

From inside the cave, a narrow chink appeared that allowed a view of the outside.

// Auto-focus search input when modal opens var searchModal = document.getElementById('searchModal'); if (searchModal) { searchModal.addEventListener('shown.bs.modal', function () { var inp = searchModal.querySelector('input[name=search]'); if (inp) inp.focus(); }); }