UNPKG

apex4x

Version:

The Comprehensive ARIA Development Suite

13 lines 608 B
�� DC.isFocusWithin() Description: Determines if an element currently has focus within DC.container. Returns: Boolean: true if yes, false otherwise. Note: The DC.isFocusWithin() function always returns a Boolean value, even when chained. Example: var hasFocusWithin = DC.isFocusWithin();