By default on my site, the advanced search is hidden, using jQuery.
The search can be toggled between advanced and normal search.
However, when an advanced search is performed on my site when the search results are presented the advanced search box should be shown, not hidden.
There is a conditional statement to see whether or not it's a normal or an advanced search. If it's an advanced search I have told it to execute the function..
- win_showAdvanced()
This should then display #advanced-search however it's not working.
Would somebody be able to help out please?
Cheers,
Steve