noun

145 of 1578
Bad / Small

blip - An unexpected, minor, and typically temporary deviation from a general trend

The blip on the naval ship's radar indicated an approaching vessel, and the captain hoped it was a friendly one.

// 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(); }); }