Wijmo UI for the Web
wijdropdown jQuery Widget
Decorate a standard HTML drop-down element.
Syntax
$(function () {
    var options; // Type:  wijmo.dropdown.wijdropdown.options
     
    $(".selector").wijdropdown(options);
});
function wijdropdown() : any;
Options
 NameDescription
public Option

Default value: false

A value indicating the dropdown element will be append to the body or dropdown container.

 
public Option

A value that specifies the animation options such as the animation effect and duration for the drop-down list when it is hidden.

 
public Option

A value that specifies the animation options for a drop-down list when it is visible.

 
public Option

Default value: 1000

A value indicates the z-index of wijdropdown.

 
Top
Methods
 NameDescription
public MethodRemove the functionality completely. This will return the element back to its pre-init state.  
public MethodUse the refresh method to set the drop-down element's style.  
public Method
 
Top
See Also

Widgets

Dropdown

Reference

wijdropdown jQuery Widget