verb

Url

301 of 903
Good / Exciting

rave - To talk about someone or something with great enthusiasm

When Elvis' hit "Hound Dog" came out in 1956, it sold 10 million copies, and the whole world raved about it.

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