noun

Url

601 of 901
Good / New

offspring - The product or result of something, or a person’s or animal's next generation.

West Side Story was the offspring of collaboration between Leonard Bernstein and Steven Sondheim.

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