noun

Url

49 of 60
Bad / Dishonest

ruse - A ploy or stratagem used to manipulate a situation in one's favor, often by hiding one's true intentions or motives.

His apparent offer to help was just a ruse to get access to her personal information.

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