jQuery Accordion Focus
This is my first post so let me know if you would like more information! I am using a select list and a jQuery accordion. When the user selects a value from the list it opens up the relevant part of the accordion using the activate method. This works fine apart from it also focusses the window on the accordion rather than leaving the user on in the same place. Does anyone know how to prevent this? You may be able to store the currently active element, and restore focus after the user clicks on the accordion header. You can retrieve the currently focused element using the following code: