noun

217 of 732
Other / Body

dimple - A small depression in the flesh, either one that exists permanently or one that forms in the cheeks when one smiles

Maddie was a cute girl, especially because of the dimple on her cheek.

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