noun

Url

805 of 903
Good / Strong

manifesto - A public declaration of intent, policy, aims, opinions, and objectives.

The political party got together to write a manifesto that explained their vision for the future, and the path to get there.

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