noun

13 of 60
Bad / Strange

mongrel - A dog of no definable type or breed

Even though purebreed dogs are in high demand, mongrels are still popular because they combine the attributes of two different dogs in a hopefully positive way.

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