首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > jQuery插件转换成可编辑的组合框选择框

jQuery插件转换成可编辑的组合框选择框

资 源 简 介

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 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. - CSS class applied to the selectbox is applied to the dynamic textbox as well. Built upon jQuery 1.2.3 (http://jquery.com) Syntax: $(element).dxCombobox([options]); Parameters: - plugin specific options Options: - int maxlength: maximum length to allow in editable text box, default is 35 characters Current release: 1.2 <

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.188872s