Popularity
4.5
Stable
Activity
0.0
Stable
1,953
79
296

Description

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

Programming language: CSS
Tags: Input     Form Widgets    
Latest version: v1.2.0

fancyInput alternatives and similar libraries

Based on the "Input" category.
Alternatively, view fancyInput alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of fancyInput or a related project?

Add another 'Input' Library

README

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.