adjective

774 of 3214
Bad / Disgusting

vulgar - Lacking sophistication or good taste; unrefined

Marie's parents punished her for her vulgar behavior she displayed towards relatives she didn't like at a large family gathering.

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