Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Close menu on click of Options button and outside of container Reply To: Close menu on click of Options button and outside of container

#240489
Shikkediel
Participant

Not really, since I am not using that screen reader. I think it’s up to yourself now to figure out which one is the relevant element, then change these two lines to match it :

var options = $(this).closest('ul');
$('.bbp_custom_links_menu').attr('aria-expanded', 'false');