noun

347 of 3214
Bad / Strange

gewgaw - A showy thing, especially one that is useless or worthless

Francine valued the weird ring that Tom gave her, even though it was an inexpensive gewgaw - because she felt it showed that he cared about her.

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