Skip to main content
NYC DOB Monitor
Pricing
Lookup
Free
Loading...
Sign In
Dashboard
Organization
Personal
+ New Organization
Dashboard
Property Lookup
Settings
Profile
Manage Members
Sign Out
{ const modal = $el.querySelector('.relative'); if (!modal) return; const focusable = modal.querySelectorAll('button:not([disabled]), [href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), [tabindex]:not([tabindex=\'-1\'])'); if (focusable.length === 0) return; const first = focusable[0]; const last = focusable[focusable.length - 1]; if ($event.shiftKey) { if (document.activeElement === first) { $event.preventDefault(); last.focus(); } } else { if (document.activeElement === last) { $event.preventDefault(); first.focus(); } } }" role="alertdialog" aria-modal="true" aria-labelledby="confirm-dialog-title" aria-describedby="confirm-dialog-description" >