noun

1 of 60
Other / Desire

dibs - The right to have or choose something

During the Black Friday shopping spree, Eleanor called dibs on a flatscreen TV, but someone in the aggressive crowd got to it first.

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