nounverb noun

Url

61 of 77
Bad / Weak

rupture - A crack or break in something, such as a pipe or an part of the body.

The rupture in the pipe caused a massive flood in the basement, damaging several rooms on the lower floors.

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