verb

37 of 60
Other / Move

tug - To pull with a lot of force

Betty cried after seeing the movie, because the story tugged at her heart's inner emotions.

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