adjective

Url

37 of 60
Bad / Small

rinky-dink - Describing something that is low-quality, makeshift, or unimpressive, often used in a dismissive or humorous manner.

The company’s rinky-dink website was embarrasing to the company, and they blamed the web designer.

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