noun

Url

73 of 76
Bad / Small

anecdote - A short, often funny story, especially about something someone has done

His son enjoyed listening to his father tell anecdotes about the travels that he did in his 20's.

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