adjective

817 of 1578
Bad / Weak

shaky - Weak and unstable

The building was not well constructed, and after the earthquake, it had to be torn down because it was so shaky and dangerous.

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