adjective

Url

1201 of 1578
Bad / Small

mere - Barely enough or minimal — used to emphasize how small or unimportant something is.

The mere thought that the exam was the next day made it difficult for her to concentrate.

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