adjective

25 of 60
Good / Flexible

plausible - (of an argument or statement) seeming reasonable or probable

The detectives examined the crime scene and tried to find a plausible way in which the victim was killed.

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