I am looking for jQuery plugin that will open an html under an input text. Jest like a datepicker plugin opens a div with dates under the input text, just I need to be able create the content myself. Is there such plugin?
I prefer usage of jQuery ui since I already use this package.
You can create a div with the content and then position it using the Jquery UI function: Position()
html:
css:
Jquery:
Demo and documentation: link