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
C程序设计题解与上机指导
谭浩强 / 清华大学 / 2000-9-1 / 19.50元
《C程序设计题解与上机指导(第2版)》是和谭浩强编著的《C程序设计》(第二版)(清华大学出版社1999年出版)配合使用的参考书,内容包括:(1)《程序设计》(第二版)一书的习题和参考解答,包括了该书各章的全部习题,共约150题,对全部编程题都给出了参考解答;(2)上机指南,详细介绍了在当前广泛使用的Turbo C集成环境下编辑、编译、调试和运行程序的方法,并简要介绍了Borland C++的使用方......一起来看看 《C程序设计题解与上机指导》 这本书的介绍吧!
