Skip to content
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.

yairEO/fancyInput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

923d46e · Apr 10, 2018

History

49 Commits
Feb 19, 2013
May 31, 2017
Apr 1, 2017
Jun 12, 2015
Apr 10, 2018
Mar 1, 2013
May 31, 2017
Apr 10, 2018
May 31, 2017
Apr 10, 2018
Oct 21, 2016
May 9, 2013

Repository files navigation

Fancy Input

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

alt tag

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.