jQuery组合框插件 Sexy Combo
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/sexy-combo/
软件介绍
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"}
]
});
Prometheus: Up & Running
Brian Brazil / O'Reilly Media / 2018-7-9 / USD 49.99
Get up to speed with Prometheus, the metrics-based monitoring system used by tens of thousands of organizations in production. This practical guide provides application developers, sysadmins, and DevO......一起来看看 《Prometheus: Up & Running》 这本书的介绍吧!
