noun

217 of 1576
Bad / Steal

mugger - A person who attacks and robs another in a public place

Darlene thought she was safe walking on a public street in broad daylight until a mugger ran off with her purse.

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