nounverb verb

157 of 733
Other / Other

spoof - Imitate (something) while exaggerating its characteristic features for comic effect

The "Naked Gun" movies spoofed police dramas by including jokes and gags.

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