toggleSelector (search and click history)

Description

Define a CSS selector to a set of elements. When any of these elements are clicked, the history box will be toggled.

The CSS selector can return zero or more elements.

Default value

<a href="#" class="session-history-toggle" title="Search History">History</a>
toggleSelector: '.session-history-toggle'

Examples

toggleSelector: 'button.toggle-history-box'