core_admin/expand_hash

Description:
  • Expand the collapse section element.

Source:
Since:
  • 4.5
License:
  • http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Expand the collapse section element.

Members

(static, constant) expandSection

Description:
  • Expands a section based on the provided URL hash.

    This function takes a hash string, finds the corresponding element in the DOM, and expands it if it is currently collapsed. It updates the necessary ARIA attributes and classes to reflect the expanded state.

Source:

Expands a section based on the provided URL hash.

This function takes a hash string, finds the corresponding element in the DOM, and expands it if it is currently collapsed. It updates the necessary ARIA attributes and classes to reflect the expanded state.

(static, constant) init

Description:
  • Initializes the focus and expand functionality.

Source:

Initializes the focus and expand functionality.