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>
Ajax for Web Application Developers
Kris Hadlock / Sams / 2006-10-30 / GBP 32.99
Book Description Reusable components and patterns for Ajax-driven applications Ajax is one of the latest and greatest ways to improve users’ online experience and create new and innovative web f......一起来看看 《Ajax for Web Application Developers》 这本书的介绍吧!
