FancyInput Save Abandoned

Makes typing in input fields fun with CSS3 effects

Project 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.

Open Source Agenda is not affiliated with "FancyInput" Project. README Source: yairEO/fancyInput
Stars
1,944
Open Issues
10
Last Commit
6 years ago

Open Source Agenda Badge

Open Source Agenda Rating