Answers for "html attribute aria-expanded"

1

js set attribute aria-expanded

document.getElementById('elements-id').setAttribute('aria-expanded', 'true');
Posted by: Guest on April-27-2021
0

aria expanded

aria controls="accor_1"
id = accor_header1
aria-expanded = "false"
Posted by: Guest on November-16-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language