noun

Url

49 of 60
Other / Surprise

thunderbolt - A sudden flash of lightning with a loud crash of thunder, or an unexpected and dramatic event or piece of news.

When the president's announced that he wasn't going to run for re-election, it came as an unexpected thunderbolt to the public.

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