verb

Url

49 of 60
Bad / Hostile

flaunt - To treat or behave in a way that shows disregard for rules or norms

He seemed to flaunt the rules, walking in late without explanation.

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