I´m searchin a JQuery plugin. When I type in a text into a textfield and press a button, the value of the textfield should be shown in a list beneath the textfield.
Does anyone know such a plugin?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I doubt you will find such a specific plugin, but you could write one yourself. Here’s something to get you started (far from perfect, but it should get you on the right track):
Assuming HTML like this:
You would call the plugin like this:
Here’s a working example.