noun

Url

781 of 901
Good / Pleasure

hedonism - The idea that pleasure is the main goal of life.

People who are focused on hedonism are often less happy because happiness comes from relationships, and relationships come from generosity.

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