adjective

Url

1513 of 1578
Bad / Disorganized

fragmented - Froken or separated into distinct parts

The government was able to stay in power because they the various parties in the opposition were fragmented, and were not able to unite.

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