adjective

37 of 76
Bad / Unfriendly

flippant - Not showing a serious or respectful attitude

Quincy's flippant attitude towards his coworkers and supervisors made him the most likely person to be fired next.

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