Good / Big

adjective

61 of 61

Good / Big

Url

global - Relating to, or involving the entire world.

The internet has brought the global community of all people on Earth closer together.

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