jQuery组合框插件 Sexy Combo

码农软件 · 软件分类 · jQuery表单及相关 · 2019-12-24 07:44:19

软件介绍

Sexy Combo 是一个 jQuery 的插件,用来将一般的下拉列表框转换成组合列表框,具有输入自动完成的功能,如下图所示:

示例代码:

$.sexyCombo.create({
  id : "id",
  name: "name",
  container: "#container",
  data: [
      {value: "1", text: "First option", selected: true},
      {value: "2", text: "Second option"},
      {value: "3", text: "Third option"}
  ]
});

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

Learning PHP 5

Learning PHP 5

David Sklar / O'Reilly / July, 2004 / $29.95

Learning PHP 5 is the ideal tutorial for graphic designers, bloggers, and other web crafters who want a thorough but non-intimidating way to understand the code that makes web sites dynamic. The book ......一起来看看 《Learning PHP 5》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

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

在线图片转Base64编码工具

MD5 加密
MD5 加密

MD5 加密工具