noun

Url

37 of 60
Other / Desire

lust - A powerful urge or longing – a deep-seated drive that can sometimes lead to irrational or impulsive behavior, often of a sexual nature.

He liked reading the old story about the prince who had a lust for power that drove him to betray even his closest allies.

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