verb

25 of 60
Bad / Weak

snap - To break suddenly.

When Phil was climbing the ladder, he saw that one of its rungs had started to break,and would snap completely if he stepped on it.

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