adjective

37 of 60
Good / Exciting

intriguing - Very interesting, especially because of being strange or mysterious

Jim found the study of physics very intriguing, because the more that was explained, the more seemed to be beyond comprehension - such as the origin of the universe.

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