adjective

Url

721 of 733
Other / Fast

meteoric - Something that develops very fast and attracts a lot of attention

When the Beatles appeared on the Ed Sullivan show in 1964, it led to their meteoric rise in popularity.

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