fancyInput

Makes typing in input fields fun with CSS3 effects

Github stars Tracking Chart

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.

Main metrics

Overview
Name With OwneryairEO/fancyInput
Primary LanguageCSS
Program languageCSS (Language Count: 3)
Platform
License:
所有者活动
Created At2013-02-19 18:10:33
Pushed At2018-04-10 19:03:05
Last Commit At2018-04-10 22:03:04
Release Count4
Last Release Name1.2.0 (Posted on )
First Release Name1.0.0 (Posted on )
用户参与
Stargazers Count1.9k
Watchers Count77
Fork Count281
Commits Count49
Has Issues Enabled
Issues Count38
Issue Open Count10
Pull Requests Count6
Pull Requests Open Count0
Pull Requests Close Count10
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private