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

Parameters

event
The jquery event object.
skipAnimation
A value indicating whehter to skip animation.
Browser Compatibility
7
5
5

See Also

Reference

wijcombobox type
wijcombobox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.