noun

Url

1405 of 1578
Bad / Unfriendly

spoilsport - Someone who refuses to participate in enjoyable activities, often dampening the mood of others.

He acted like a spoilsport by constantly complaining at the party that he didn't like the food.

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