Skip to content

clearSearchSelector (search and click history)

Description

Define a CSS selector to a set of elements. When any of these elements are clicked, the search history data will be cleared.

The CSS selector can return zero or more elements.

Default value

<button class="btn btn-danger btn-xs session-history-clear-search" title="Clear search history">
  <span class="glyphicon glyphicon-remove"></span> Clear
</button>
clearSearchSelector: '.session-history-clear-search'

Examples

clearSearchSelector: '.btn.btn-clear-search'

top

Funnelback logo
v15.24.0