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"}
]
});
Parsing Techniques
Dick Grune、Ceriel J.H. Jacobs / Springer / 2010-2-12 / USD 109.00
This second edition of Grune and Jacobs' brilliant work presents new developments and discoveries that have been made in the field. Parsing, also referred to as syntax analysis, has been and continues......一起来看看 《Parsing Techniques》 这本书的介绍吧!
