fancyInput

Makes typing in input fields fun with CSS3 effects

Github星跟踪图

Fancy Input

Makes typing & deleting in input/Textarea fields exciting & fun with CSS3 effects.

alt tag

View Demo Page

Basic use example:

<!-- ...previous page content... -->
<div>
	<input type='text' >
</div>
<div>
	<textarea></textarea>
</div>
<!-- ...some more content (hopefully)... -->
<script>
    $('div :input').fancyInput();
</script>

Call the .fancyInput() function on all parents of inputs.
With this example code, make sure every input is wrapped in a div.

This plugin does not have any current plans to support any version of IE.

主要指标

概览
名称与所有者yairEO/fancyInput
主编程语言CSS
编程语言CSS (语言数: 3)
平台
许可证
所有者活动
创建于2013-02-19 18:10:33
推送于2018-04-10 19:03:05
最后一次提交2018-04-10 22:03:04
发布数4
最新版本名称1.2.0 (发布于 )
第一版名称1.0.0 (发布于 )
用户参与
星数1.9k
关注者数77
派生数281
提交数49
已启用问题?
问题数38
打开的问题数10
拉请求数6
打开的拉请求数0
关闭的拉请求数10
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?