jQuery plugin input field to improve the input field showing you the most recently entered input values. Use the up and down keys to scroll through the input values that were written previously.
make text input fields remember previously entered data html input disable previous value, html input show previous value
Enter Multiple Emails Using One Input Field | multi-emails
How to make use of it:
1. Load the jQuery library and jQuery input history plugin at the end of the document.
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> <script src="src/inputhistory.js"></script>
2. Enable the log by calling the plugin in your input field.
$(".input").inputhistory();
3. The default options.
$(".input").inputhistory({ // an array of predefined values history: [], // prevent form submit preventSubmit: false });
jQuery Plugin To Show Previously Entered Input Values, inputHistory Plugin/Github
See Demo And Download
Official Website(erming): Click Here
This superior jQuery/javascript plugin is developed by erming. For extra Advanced Usages, please go to the official website.