jQuery自动完成插件 jQuery.autocomplete
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://mabp.kiev.ua/2008/04/08/autocomplete/
软件介绍
jQuery.autocomplete 是另外一款在文本框中实现自动完成的jQuery插件。
在线演示:http://mabp.kiev.ua/content/source/autocomplete/autocomplete.html
示例代码:
$("#autocomplete2").autocomplete({
url:'search.php?type=xml',
minchar:2,
delay:1000, // in milliseconds
onSelect:function(){
alert(this.ac.val())
},
type:'xml'
});
Haskell Programming from first principles
Christopher Allen、Julie Moronuki / 2015 / USD 59.00
I am writing this book because I had a hard time learning Haskell. It doesn't have to be that way. I've spent the last couple years actively teaching Haskell online and in person. Along the way, I ......一起来看看 《Haskell Programming from first principles》 这本书的介绍吧!
