nounverb noun

37 of 62
Other / Other

spoof - A humorous imitation of something, typically a film or a particular genre of film, in which its characteristic features are exaggerated for comic effect

During the 2016 election season, Kate McKinnon would act in a spoof where she portrayed Hillary Clinton.

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