jquery-koala
- 授权协议: 未知
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/kenshin54/jquery-koala
- 软件文档: https://github.com/kenshin54/jquery-koala
- 官方下载: https://github.com/kenshin54/jquery-koala/archive/master.zip
软件介绍
Koala 是一款捕获用户键盘的连续输入,并在指定延迟时间后执行调用的 jQuery 插件。
示例代码:
<script type="text/javascript">
jQuery(document).ready(function() {
$('.koala').koala({
delay: 200,
keyup: function(event){
// do anything you want
// ex. ajax
}
});
});
</script>
Foundation Web Standards
Jonathan Lane、Steve Smith / Friends of ED / 21st July 2008 / $34.99
Foundation Web Standards explores the process of constructing a web site from start to finish. There is more to the process than just knowing HTML! Designers and developers must follow a proper proces......一起来看看 《Foundation Web Standards》 这本书的介绍吧!
