adjective

Url

37 of 60
Other / Inward

ironic - Happening in a way that is opposite to what is expected, often in an amusing or thought-provoking manner.

It was ironic that the fire station burned down due to an electrical fault.

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