I am trying to include a prompt dialog in my project. Jquery Msgbox is good, but they have only allow inputs types like text, checkbox and select. I want to use textarea as I want users to leave their feedback.
Is there any jquery plugin that allows textarea prompt dialogs.
I appreciate any help.
You can use whatever markup you want inside a jQuery UI Dialog.