I need to be able to show an image along with two lines of input texts.
I was wondering if anyone knows of a good minimalistic plugin that can do it.
It is for proxying a CAPTCHA like text. Not too big.
Thanks!
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 would suggest jQuery Tools, specifically the Overlay. It’ll look something like this:
With basic overlay code:
You can then use the
onBeforeCloseevent to perform any submission actions, validation, etc. (documentation here).If you need to change the image after the page is loaded, you can use the following:
If you need it, you can also use jQuery Tools’s form tools for validation and structure it like a form inside an overlay.