pageSelector (search and click history)

Description

Define a set of CSS selectors to elements that should be hidden when the history box is displayed.

Default value

<div id="search-results-content" class="row">
...
</div>
pageSelector: ['#search-results-content', '#search-cart']

Examples

pageSelector: ['.container', '#search-cart']

Hide no elements

pageSelector: []