When I click on image(html tag), I would like show a popup panel (ex:like popup pane in facebook when we click on picture).
note: popup pane should contain image and text(retrieve from database).
How could I do that ?
thx you in advance
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.
Something along the lines of this:
In your HTML page, add this kind of code:
(first include Jquery on your page of course)
IN ajax/test.php:
Php example below:
Additional help: