Description
Makes typing & deleting in input/Textarea fields exciting & fun with CSS3 effects.
fancyInput alternatives and similar libraries
Based on the "Input" category.
Alternatively, view fancyInput alternatives based on common mentions on social networks and blogs.
-
awesomplete
Ultra lightweight, usable, beautiful autocomplete with zero dependencies. -
jQuery-Autocomplete
Ajax Autocomplete for jQuery allows you to easily create autocomplete/autosuggest boxes for text input fields -
tag-it
A jQuery UI plugin to handle multi-tag fields as well as tag suggestions/autocomplete. -
jQuery-Tags-Input
Magically convert a simple text input into a cool tag list with this jQuery plugin. -
vanilla-masker
VanillaMasker is a pure javascript mask input -
Placeholders.js
A JavaScript polyfill for the HTML5 placeholder attribute -
Ion.CheckRadio
jQuery plugin for styling checkboxes and radio-buttons. With skin support.
AWS Cloud-aware infrastructure-from-code toolbox [NEW]
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of fancyInput or a related project?
README
Fancy Input
Makes typing & deleting in input/Textarea fields exciting & fun with CSS3 effects.
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.