jQuery Editable Combobox
- 授权协议: 未知
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://plugins.jquery.com/project/jEC
软件介绍
What is it?
jQuery Editable Combobox is a jQuery function that allows you to transform any <select> tag into editable combobox.
This is done by adding a new <option> element to carry the value entered by the keyboard. This will only work on select elements. Any other elements this function will be applied to will be ignored.
How to use it?
Just import plugin file after importing the jQuery library and you're set.
Syntax:
$(elements).editableCombobox([options])
Parameters:
- object
options- plugin specific options
Options:
- int
position- index of editable option to be inserted in select (default 0) - string|array
classes- additional CSS classes to be added to editable option element (default '') - object
styles- additional CSS properties to be set for editable option element (default '') - string
pluginClass- name of plugin class, should be overwritten only if default plugin class is in use (default: 'jecEditableOption') - array
ignoredKeys- ignored keycodes - array
acceptedRanges- accepted key ranges
The Art of Computer Programming, Volume 3
Donald E. Knuth / Addison-Wesley Professional / 1998-05-04 / USD 74.99
Finally, after a wait of more than thirty-five years, the first part of Volume 4 is at last ready for publication. Check out the boxed set that brings together Volumes 1 - 4A in one elegant case, and ......一起来看看 《The Art of Computer Programming, Volume 3》 这本书的介绍吧!
