adjective

721 of 1578
Bad / Weak

lax - Not sufficiently strict, severe, or careful

Due to lax safety standards, the train derailed and injured dozens of passengers.

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