Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 534 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 534 Bytes

detect :focus-within for better UX

npm install focux
const focux = require("focux")

api

focux.within(element)

  • test if element matches :focus-within specification
  • matches even without native :focus-within support
  • element is a DOM element node
  • @return boolean
focux.within(element) // true || false

compatibility