Wijmo UI for the Web
close Method
wijmo.combobox Namespace > wijcombobox type : close Method
The jquery event object.
A value indicating whehter to skip animation.
Closes drop-down list.
Syntax
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var event; // Type:  undefined
    var skipAnimation; // Type:  undefined
    
    returnsValue = $(".selector").wijcombobox("close", event, skipAnimation);
});
function close( 
   event : undefined,
   skipAnimation : undefined
) : any;

Parameters

event
The jquery event object.
skipAnimation
A value indicating whehter to skip animation.
See Also

Reference

wijcombobox type
wijcombobox jQuery Widget