nounverb noun

37 of 71
Other / Inward

swagger - A very confident and typically arrogant or aggressive gait or manner

After getting a makeover, a newly confident Tim walked down the street with a swagger.

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