Skip to content

Instantly share code, notes, and snippets.

@ScarletPonytail
Last active June 20, 2018 13:04
Show Gist options
  • Save ScarletPonytail/80f278b40ad3b85a08c2c529d068d106 to your computer and use it in GitHub Desktop.
Save ScarletPonytail/80f278b40ad3b85a08c2c529d068d106 to your computer and use it in GitHub Desktop.
jQuery - Aria-expanded
$( '.accordion-effect' ).click( function () {
$( this ).attr( 'aria-expanded', 'true' );
if ( $( '.accordion-effect' ).attr( 'true' ) ) {
$( this ).attr( 'aria-expanded', 'false' );
}
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment