How can I have my jQuery UI Dialog have links within the dialog open inside the dialog (without changing the parent page)?
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.
You’ll need to use one of 2 options for this.
AJAX: If your dialog box is a
div, You’ll need to repopulate that div with the correct HTML fetched from the desired page.(jQuery Ajax Example)
JS/Iframe: If you’re pulling a full page into the modal div, you might want to try using an iframe