jquery-koala

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-06 13:41:35

软件介绍

Koala 是一款捕获用户键盘的连续输入,并在指定延迟时间后执行调用的 jQuery 插件。

示例代码:

<script type="text/javascript">
   jQuery(document).ready(function() {
    $('.koala').koala({
      delay: 200,
      keyup: function(event){
        // do anything you want
        // ex. ajax
      }
    });
   });
</script>

本文地址:https://codercto.com/soft/d/22787.html

Foundation Web Standards

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》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

在线进制转换器
在线进制转换器

各进制数互转换器

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具