noun

13 of 62
Good / Smart

charisma - A special power that some people have to influence others

The politician had a certain charisma that attracted followers from far and wide.

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