itemTimeDisplay (last visited time)
Description
Define the position, relative to the selector element, where the last visited time will be inserted. Acceptable values to insert are:
-
beforebegin
: before theselector
element itself -
afterbegin
: just inside theselector
element, before its first child -
beforeend
: inside theselector
element, after its last child -
afterend
: after theselector
element itself
Default value
By default, the trigger will be inserted inside <h4>
as the last child of it.
<h4>Result item title</h4>
itemTrigger: {
selector: 'h4',
position: 'beforeend',
}