noun

13 of 60
Bad / Stupid

farce - A deceptive action that someone tries to fool others into believing that he takes it seriously

Everyone in town knew that a bridge at the busy intersection was needed, but they felt that all the Mayor's activity about the subject was just a farce because he didn't really take the problem seriously.

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