jQuery Editable Combobox

码农软件 · 软件分类 · jQuery表单及相关 · 2019-12-24 17:27:35

软件介绍

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

本文地址:https://www.codercto.com/soft/d/21866.html

图解服务器端网络架构

图解服务器端网络架构

[日] 宫田宽士 / 曾薇薇 / 人民邮电出版社 / 2015-4 / 79.00元

本书以图配文,详细说明了服务器端网络架构的基础技术和设计要点。基础设计是服务器端网络架构最重要的一个阶段。本书就立足于基础设计的设计细分项目,详细介绍各细分项目的相关技术和设计要点。全书共分为5章,分别讲述进行物理设计、逻辑设计、安全设计和负载均衡设计、高可用性设计以及管理设计时所必需的技术和设计要点。一起来看看 《图解服务器端网络架构》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具