dxCombobox
本文导语: What it is? dxCombobox is a jQuery plugin that allows you to transform any < select > element into an editable combobox. Pressing any alphanumeric key will transform select box into editable state by creating a text box element. An case insensitive search is performed on the corresponding of the s...
dxCombobox is a jQuery plugin that allows you to transform any < select > element into an editable combobox.
Pressing any alphanumeric key will transform select box into editable state by creating a text box element. An case insensitive search is performed on the corresponding of the select box, one the users starts to type in this box. When user goes out of the box (on blur/return), if a direct match is found in the < option > then it is selected else a new option is created with the entered text.
Syntax$(element).dxCombobox();
您可能感兴趣的文章:
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。