Force wijfilter to raise the close event.
Syntax
Javascript (Usage) | |
---|
$(function () {
var returnsValue; // Type: any
// Parameters
var settingsChanged; // Type: bool
returnsValue = $(".selector").wijfilter("triggerClose", settingsChanged);
});
|
Javascript (Specification) | |
---|
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.
Browser Compatibility
See Also
Reference
wijfilter type
wijfilter jQuery Widget