Hii ,
I have a small php form. I need it to come in a pop up(dialog) when a user clicks a link .how do i do this using jquery .
Hii , I have a small php form. I need it to come in
Share
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.
Using the jquery UI Dialog
If you need the dialog contents to be dynamic, you can use
get()to load some html from the server and set the HTML of the dialog from it or just construct the contents dynamically from elements on the page, if that’s more appropriate.