nounverb noun

949 of 1576
Bad / Strange

slug - A tough-skinned terrestrial mollusk that typically lacks a shell and secretes a film of mucus for protection. It can be a serious plant pes

A slug is one of the slowest-moving animals on earth, so someone who is afraid of them can easily run away.

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