Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Let the grouped search results displayed as tabs › Reply To: Let the grouped search results displayed as tabs
May 26, 2021 at 10:37 am
#33421
Participant
Hello,
I still need help here.
I was able to generate divs via the hook ‘asp_before_ajax_output’ and the templates, which should function as tabs.
In the following I switched the result groups to display: none. The corresponding result group should be displayed via javascript when clicking on a tab.
Curiously, the div.results container is then inline-style: height: 0px; overflow-y: auto; equipped.
I suspect that some Javascript does this.
Is there a way to prevent this?