noun

Url

37 of 62
Good / Smart

maven - A person with deep enthusiasm and skill — someone who is passionate and experienced in a particular area.

She's a fashion maven who always knows the next big trend before it hits.

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