noun

37 of 60
Good / Love

rendezvous - An arrangement to meet somebody at a particular time and place, especially between people who have great affection towards each other.

After Romeo and Juliet met at the masked ball, they arranged a rendezvous in the garden to continue their relationship.

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