插件

前端 javascript 组件

UI Elements: Search Box with Filter and Large Drop Down Menu
项目名称:
UI Elements: Search Box with Filter and Large Drop Down Menu
更新日期:
2010-07-20


UI Elements: Search Box with Filter and Large Drop Down Menu

Query-typing这个jQuery插件用于为文本输入框的键盘开始和结束输入事件添加回调功能。

$(':text').first().typing({
    start: function () {$('body').css('color', 'red');},
    stop: function () {$('body').css('color', 'blue');},
    delay: 400
});
UI Elements: Search Box with Filter and Large Drop Down Menu相关的讨论话题(0)

正在提交...