Force wijfilter to raise the close event.
Syntax
$(function () {
var returnsValue; // Type: any
// Parameters
var settingsChanged; // Type: bool
returnsValue = $(".selector").wijfilter("triggerClose", settingsChanged);
});
function triggerClose(
: bool
) : any;
Parameters
- settingsChanged
- Indicates whether the wijfilter settings was changed or not. If true, then the values of the sortDirection, filterValue and filterOperator options will be passed to the event handler within the second parameter.
See Also