nounverb noun

469 of 733
Other / Body

tingle - A slight prickling or stinging sensation

The jolt of static electricity sent a tingle along Seth's arm that made his hair stand on end.

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