I am using select with onchange event. when user selects an item in select, I am loading content below using jquery post. It works fine. But the focus remains on the select, when I use down arrow on keyboard to scroll down, the select changes loading different content.
I want to know how I can shift focus from select to scrollbar after the change event.
I appreciate any help.
You don’t need to focus the scrollbar (I don’t even know wheter it’s possible). All you have to do is lose focus on your select.
So inside your onchange handler: