Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 141 Bytes

File metadata and controls

9 lines (6 loc) · 141 Bytes

JavaScript

jQuery

Disable focus by tabbing

$("<selector>").each(function() { $(this).attr("tabindex", -1) });